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 39087c8 commit e10f967
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Framework/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.9.12</string>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
9 changes: 4 additions & 5 deletions README.md
Expand Up @@ -268,7 +268,7 @@ Installation

### CocoaPods

1. Add `pod "YYModel"` to your Podfile.
1. Add `pod 'YYModel'` to your Podfile.
2. Run `pod install` or `pod update`.
3. Import \<YYModel/YYModel.h\>.

Expand All @@ -295,7 +295,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 @@ -579,7 +579,7 @@ EEE MMM dd HH:mm:ss Z yyyy

### CocoaPods

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

Expand All @@ -603,10 +603,9 @@ EEE MMM dd HH:mm:ss Z yyyy
你可以在 [CocoaDocs](http://cocoadocs.org/docsets/YYModel/) 查看在线 API 文档,也可以用 [appledoc](https://github.com/tomaz/appledoc) 本地生成文档。



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


许可证
Expand Down
2 changes: 1 addition & 1 deletion YYModel.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'YYModel'
s.summary = 'High performance model framework for iOS/OSX.'
s.version = '0.9.12'
s.version = '1.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'ibireme' => 'ibireme@gmail.com' }
s.social_media_url = 'http://blog.ibireme.com'
Expand Down

0 comments on commit e10f967

Please sign in to comment.