Skip to content

Commit

Permalink
Merge pull request #26 from skyflowapi/feature/update-readme-podspec
Browse files Browse the repository at this point in the history
Update readme and podspec
  • Loading branch information
bhupathi-skyflow authored Aug 30, 2021
2 parents 18c007e + 5e42651 commit 24ce631
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ Skyflow’s iOS SDK can be used to securely collect, tokenize, and display sensi
### Cocoapods
- To integrate skyflow-iOS into your Xcode project using CocoaPods, specify it in your Podfile:
```
pod 'skyflow-iOS'
#Mentioning the below source will pick the podspec from Skyflow repo
#Otherwise it will be picked from cocoapod trunk
#source 'https://github.com/skyflowapi/skyflow-iOS-spec.git'
pod 'Skyflow'
```
Expand Down
6 changes: 3 additions & 3 deletions skyflow-iOS.podspec → Skyflow.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |spec|

spec.name = "skyflow-iOS"
spec.name = "Skyflow"
spec.version = "1.0.0"
spec.summary = "skyflow-iOS"

spec.description = "skyflow-iOS SDK"
spec.description = "Skyflow iOS SDK"

spec.homepage = "https://www.skyflow.com"
spec.homepage = "https://github.com/skyflowapi/skyflow-iOS.git"

spec.license = { :type => "MIT", :file => "LICENSE" }

Expand Down

0 comments on commit 24ce631

Please sign in to comment.