Skip to content

Commit d87e49f

Browse files
authored
Update README.md
1 parent 74b7ea4 commit d87e49f

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,23 @@ this is a extension for iOS/macOS, which can add a loading state to UIButton(NSB
99
### For macOS
1010
![For macOS](https://github.com/Chakery/AyLoading/blob/master/ExampleForMacOS/ayLoadingFormacOS.gif)
1111

12-
# install
12+
# Requirements
13+
14+
|version|OS|swift|
15+
|---|---|---|
16+
|v2.0.1|iOS8+, macOS10.10+|3.x|
17+
|v3.0.0|iOS8+, macOS10.10+|4.x|
18+
19+
# Installation
1320

1421
```
1522
source 'https://github.com/CocoaPods/Specs.git'
1623
platform :ios, '8.0'
1724
use_frameworks!
1825
1926
target 'MyApp' do
20-
pod 'AyLoading', '~>2.0.1'
27+
pod 'AyLoading', '3.0.0'
2128
end
22-
23-
# if use Xcode9.0+
24-
ost_install do |installer|
25-
installer.pods_project.targets.each do |target|
26-
target.build_configurations.each do |config|
27-
config.build_settings['SWIFT_VERSION'] = '3.2'
28-
end
29-
end
30-
end
31-
3229
```
3330

3431
# Using

0 commit comments

Comments
 (0)