diff --git a/README.md b/README.md index c63d2f42..95b8e9f9 100644 --- a/README.md +++ b/README.md @@ -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' ``` diff --git a/skyflow-iOS.podspec b/Skyflow.podspec similarity index 77% rename from skyflow-iOS.podspec rename to Skyflow.podspec index 0f0441fd..673013c3 100644 --- a/skyflow-iOS.podspec +++ b/Skyflow.podspec @@ -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" }