Skip to content

Commit

Permalink
bumped pudspec
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvillalta committed Sep 23, 2019
1 parent 10d6c26 commit b9a76a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Current version: 1.1.0
- 1.0.3 - https://gitlab.com/solvvy/mobile-sdk-ios-public/tree/solvvySDK_1.0.3
- 1.0.4 - https://gitlab.com/solvvy/mobile-sdk-ios-public/tree/solvvySDK_1.0.4
- 1.1.0 - https://gitlab.com/solvvy/mobile-sdk-ios-public/tree/solvvySDK_1.1.0
- 1.1.1 - https://gitlab.com/solvvy/mobile-sdk-ios-public/tree/solvvySDK_1.1.1

### OR
### CocoaPods
Expand All @@ -36,6 +37,7 @@ pod 'SolvvySDK', :git => "https://gitlab.com/solvvy/mobile-sdk-ios-public.git",
- `swift_4.1.2` for swift version 4.1.2
- `swift_4.2.1` for swift version 4.2.1
- `swift_5.0` for swift version 5.0
- `swift_5.1` for swift version 5.1

Further, Create a new `Run Script Phase` in your app’s target’s `Build Phases` and paste the following snippet in the script text field:
```
Expand Down
2 changes: 1 addition & 1 deletion SolvvySDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
# summary should be tweet-length, and the description more in depth.
#
s.name = "SolvvySDK"
s.version = "1.1.0"
s.version = "1.1.1"
s.summary = "SolvvySDK is a framework"
s.homepage = "https://github.com/solvvy/mobile-sdk-ios-public"
s.description = "Aims to reimagine the customer experience through intelligent automation and machine learning"
Expand Down

0 comments on commit b9a76a1

Please sign in to comment.