Skip to content

Commit e10f967

Browse files
committed
1.0 Release
1 parent 39087c8 commit e10f967

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Framework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.9.12</string>
18+
<string>1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Installation
268268

269269
### CocoaPods
270270

271-
1. Add `pod "YYModel"` to your Podfile.
271+
1. Add `pod 'YYModel'` to your Podfile.
272272
2. Run `pod install` or `pod update`.
273273
3. Import \<YYModel/YYModel.h\>.
274274

@@ -295,7 +295,7 @@ You can also install documentation locally using [appledoc](https://github.com/t
295295

296296
Requirements
297297
==============
298-
This library requires a deployment target of iOS 6.0 or greater.
298+
This library requires `iOS 6.0+` and `Xcode 7.0+`.
299299

300300

301301
License
@@ -579,7 +579,7 @@ EEE MMM dd HH:mm:ss Z yyyy
579579

580580
### CocoaPods
581581

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

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

605605

606-
607606
系统要求
608607
==============
609-
该项目最低支持 iOS 6.0。
608+
该项目最低支持 `iOS 6.0``Xcode 7.0`
610609

611610

612611
许可证

YYModel.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'YYModel'
33
s.summary = 'High performance model framework for iOS/OSX.'
4-
s.version = '0.9.12'
4+
s.version = '1.0'
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.authors = { 'ibireme' => '[email protected]' }
77
s.social_media_url = 'http://blog.ibireme.com'

0 commit comments

Comments
 (0)