ibireme 9 rokov pred
rodič
commit
5bd43d5718
3 zmenil súbory, kde vykonal 6 pridanie a 6 odobranie
  1. 1 1
      Framework/Info.plist
  2. 4 4
      README.md
  3. 1 1
      YYCache.podspec

+ 1 - 1
Framework/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
 	<key>CFBundleShortVersionString</key>
-	<string>0.9.5</string>
+	<string>1.0</string>
 	<key>CFBundleSignature</key>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<string>????</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>

+ 4 - 4
README.md

@@ -44,7 +44,7 @@ Installation
 
 
 ### CocoaPods
 ### CocoaPods
 
 
-1. Add `pod "YYCache"` to your Podfile.
+1. Add `pod 'YYCache'` to your Podfile.
 2. Run `pod install` or `pod update`.
 2. Run `pod install` or `pod update`.
 3. Import \<YYCache/YYCache.h\>.
 3. Import \<YYCache/YYCache.h\>.
 
 
@@ -76,7 +76,7 @@ You can also install documentation locally using [appledoc](https://github.com/t
 
 
 Requirements
 Requirements
 ==============
 ==============
-This library requires a deployment target of iOS 6.0 or greater.
+This library requires `iOS 6.0+` and `Xcode 7.0+`.
 
 
 
 
 License
 License
@@ -125,7 +125,7 @@ iPhone 6 上,磁盘缓存每秒响应次数 (越高越好):
 
 
 ### CocoaPods
 ### CocoaPods
 
 
-1. 在 Podfile 中添加 `pod "YYCache"`。
+1. 在 Podfile 中添加 `pod 'YYCache'`。
 2. 执行 `pod install` 或 `pod update`。
 2. 执行 `pod install` 或 `pod update`。
 3. 导入 \<YYCache/YYCache.h\>。
 3. 导入 \<YYCache/YYCache.h\>。
 
 
@@ -156,7 +156,7 @@ iPhone 6 上,磁盘缓存每秒响应次数 (越高越好):
 
 
 系统要求
 系统要求
 ==============
 ==============
-该项目最低支持 iOS 6.0。
+该项目最低支持 `iOS 6.0` 和 `Xcode 7.0`
 
 
 
 
 许可证
 许可证

+ 1 - 1
YYCache.podspec

@@ -1,7 +1,7 @@
 Pod::Spec.new do |s|
 Pod::Spec.new do |s|
   s.name         = 'YYCache'
   s.name         = 'YYCache'
   s.summary      = 'High performance cache framework for iOS.'
   s.summary      = 'High performance cache framework for iOS.'
-  s.version      = '0.9.5'
+  s.version      = '1.0'
   s.license      = { :type => 'MIT', :file => 'LICENSE' }
   s.license      = { :type => 'MIT', :file => 'LICENSE' }
   s.authors      = { 'ibireme' => 'ibireme@gmail.com' }
   s.authors      = { 'ibireme' => 'ibireme@gmail.com' }
   s.social_media_url = 'http://blog.ibireme.com'
   s.social_media_url = 'http://blog.ibireme.com'