浏览代码

1.0 Release

ibireme 9 年之前
父节点
当前提交
e10f967b8d
共有 3 个文件被更改,包括 6 次插入7 次删除
  1. 1 1
      Framework/Info.plist
  2. 4 5
      README.md
  3. 1 1
      YYModel.podspec

+ 1 - 1
Framework/Info.plist

@@ -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>

+ 4 - 5
README.md

@@ -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\>.
 
@@ -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
@@ -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\>。
 
@@ -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`
 
 
 许可证

+ 1 - 1
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'