From 5bd43d57182cebee85a2dcb589ac734f9bc013ee Mon Sep 17 00:00:00 2001 From: ibireme Date: Sat, 27 Feb 2016 23:04:24 +0800 Subject: [PATCH] 1.0 Release --- Framework/Info.plist | 2 +- README.md | 8 ++++---- YYCache.podspec | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Framework/Info.plist b/Framework/Info.plist index 39049e5..d3de8ee 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.9.5 + 1.0 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index 8923faa..46623b5 100755 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Installation ### CocoaPods -1. Add `pod "YYCache"` to your Podfile. +1. Add `pod 'YYCache'` to your Podfile. 2. Run `pod install` or `pod update`. 3. Import \. @@ -76,7 +76,7 @@ You can also install documentation locally using [appledoc](https://github.com/t Requirements ============== -This library requires a deployment target of iOS 6.0 or greater. +This library requires `iOS 6.0+` and `Xcode 7.0+`. License @@ -125,7 +125,7 @@ iPhone 6 上,磁盘缓存每秒响应次数 (越高越好): ### CocoaPods -1. 在 Podfile 中添加 `pod "YYCache"`。 +1. 在 Podfile 中添加 `pod 'YYCache'`。 2. 执行 `pod install` 或 `pod update`。 3. 导入 \。 @@ -156,7 +156,7 @@ iPhone 6 上,磁盘缓存每秒响应次数 (越高越好): 系统要求 ============== -该项目最低支持 iOS 6.0。 +该项目最低支持 `iOS 6.0` 和 `Xcode 7.0`。 许可证 diff --git a/YYCache.podspec b/YYCache.podspec index 16f02d9..fa263d4 100644 --- a/YYCache.podspec +++ b/YYCache.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'YYCache' s.summary = 'High performance cache framework for iOS.' - s.version = '0.9.5' + s.version = '1.0' s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { 'ibireme' => 'ibireme@gmail.com' } s.social_media_url = 'http://blog.ibireme.com'