Skip to content

Commit

Permalink
1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ibireme committed Feb 27, 2016
1 parent 3b333af commit 5bd43d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.9.5</string>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \<YYCache/YYCache.h\>.

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -125,7 +125,7 @@ iPhone 6 上,磁盘缓存每秒响应次数 (越高越好):

### CocoaPods

1. 在 Podfile 中添加 `pod "YYCache"`
1. 在 Podfile 中添加 `pod 'YYCache'`
2. 执行 `pod install``pod update`
3. 导入 \<YYCache/YYCache.h\>

Expand Down Expand Up @@ -156,7 +156,7 @@ iPhone 6 上,磁盘缓存每秒响应次数 (越高越好):

系统要求
==============
该项目最低支持 iOS 6.0。
该项目最低支持 `iOS 6.0``Xcode 7.0`


许可证
Expand Down
2 changes: 1 addition & 1 deletion YYCache.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
s.social_media_url = 'http://blog.ibireme.com'
Expand Down

0 comments on commit 5bd43d5

Please sign in to comment.