From e10f967b8df71ec5d4cc40e9a101fee1eda6d967 Mon Sep 17 00:00:00 2001 From: ibireme Date: Sat, 27 Feb 2016 23:05:04 +0800 Subject: [PATCH] 1.0 Release --- Framework/Info.plist | 2 +- README.md | 9 ++++----- YYModel.podspec | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Framework/Info.plist b/Framework/Info.plist index 0f8ab86..d3de8ee 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.9.12 + 1.0 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index 679c42b..ea38047 100755 --- a/README.md +++ b/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 \. @@ -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. 导入 \。 @@ -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`。 许可证 diff --git a/YYModel.podspec b/YYModel.podspec index daeb93a..f3e1026 100644 --- a/YYModel.podspec +++ b/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'