File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 88
88
name : Push to cocoapods.org
89
89
language : minimal
90
90
os : osx
91
+ osx_image : xcode10
91
92
env :
92
93
- VERSION=3.1.0
93
94
install :
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ https://www.sqlite.org/threadsafe.html
34
34
#### Cocoapod
35
35
1 . Add the following lines to the _ Podfile_ :<pre >
36
36
``` use_frameworks! ```
37
- ``` pod 'OptimizelySDK<platform>', '~> 3.0 .0' ```
37
+ ``` pod 'OptimizelySDK<platform>', '~> 3.1 .0' ```
38
38
</pre >
39
39
40
40
2 . Run the following command: <pre >``` pod install ``` </pre >
@@ -43,7 +43,7 @@ Further installation instructions for Cocoapods: https://guides.cocoapods.org/us
43
43
44
44
#### Carthage
45
45
1 . Add the following lines to the _ Cartfile_ :<pre >
46
- github "optimizely/objective-c-sdk" ~ > 3.0 .0
46
+ github "optimizely/objective-c-sdk" ~ > 3.1 .0
47
47
</pre >
48
48
49
49
2 . Run the following command:<pre >``` carthage update ``` </pre >
You can’t perform that action at this time.
0 commit comments