diff --git a/Framework/Info.plist b/Framework/Info.plist
index 76d3d18..d3de8ee 100644
--- a/Framework/Info.plist
+++ b/Framework/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.9.0
+ 1.0
CFBundleSignature
????
CFBundleVersion
diff --git a/README.md b/README.md
index 4306e91..d8bbfba 100755
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@ Installation
### CocoaPods
-1. Add `pod "YYAsyncLayer"` to your Podfile.
+1. Add `pod 'YYAsyncLayer'` to your Podfile.
2. Run `pod install` or `pod update`.
3. Import \.
@@ -117,7 +117,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
@@ -213,7 +213,7 @@ iOS 异步绘制与显示的工具类。
### CocoaPods
-1. 在 Podfile 中添加 `pod "YYAsyncLayer"`。
+1. 在 Podfile 中添加 `pod 'YYAsyncLayer'`。
2. 执行 `pod install` 或 `pod update`。
3. 导入 \。
@@ -239,7 +239,7 @@ iOS 异步绘制与显示的工具类。
系统要求
==============
-该项目最低支持 iOS 6.0。
+该项目最低支持 `iOS 6.0` 和 `Xcode 7.0`。
许可证
diff --git a/YYAsyncLayer.podspec b/YYAsyncLayer.podspec
index 859da38..508485f 100644
--- a/YYAsyncLayer.podspec
+++ b/YYAsyncLayer.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'YYAsyncLayer'
s.summary = 'iOS utility classes for asynchronous rendering and display.'
- s.version = '0.9.0'
+ s.version = '1.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'ibireme' => 'ibireme@gmail.com' }
s.social_media_url = 'http://blog.ibireme.com'