File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.9.12 </string >
18
+ <string >1.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ Installation
268
268
269
269
### CocoaPods
270
270
271
- 1 . Add ` pod " YYModel" ` to your Podfile.
271
+ 1 . Add ` pod ' YYModel' ` to your Podfile.
272
272
2 . Run ` pod install ` or ` pod update ` .
273
273
3 . Import \< YYModel/YYModel.h\> .
274
274
@@ -295,7 +295,7 @@ You can also install documentation locally using [appledoc](https://github.com/t
295
295
296
296
Requirements
297
297
==============
298
- This library requires a deployment target of iOS 6.0 or greater .
298
+ This library requires ` iOS 6.0+ ` and ` Xcode 7.0+ ` .
299
299
300
300
301
301
License
@@ -579,7 +579,7 @@ EEE MMM dd HH:mm:ss Z yyyy
579
579
580
580
### CocoaPods
581
581
582
- 1 . 在 Podfile 中添加 ` pod " YYModel" ` 。
582
+ 1 . 在 Podfile 中添加 ` pod ' YYModel' ` 。
583
583
2 . 执行 ` pod install ` 或 ` pod update ` 。
584
584
3 . 导入 \< YYModel/YYModel.h\> 。
585
585
@@ -603,10 +603,9 @@ EEE MMM dd HH:mm:ss Z yyyy
603
603
你可以在 [ CocoaDocs] ( http://cocoadocs.org/docsets/YYModel/ ) 查看在线 API 文档,也可以用 [ appledoc] ( https://github.com/tomaz/appledoc ) 本地生成文档。
604
604
605
605
606
-
607
606
系统要求
608
607
==============
609
- 该项目最低支持 iOS 6.0。
608
+ 该项目最低支持 ` iOS 6.0 ` 和 ` Xcode 7.0 ` 。
610
609
611
610
612
611
许可证
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'YYModel'
3
3
s . summary = 'High performance model framework for iOS/OSX.'
4
- s . version = '0.9.12 '
4
+ s . version = '1.0 '
5
5
s . license = { :type => 'MIT' , :file => 'LICENSE' }
6
6
s . authors = { 'ibireme' => '[email protected] ' }
7
7
s . social_media_url = 'http://blog.ibireme.com'
You can’t perform that action at this time.
0 commit comments