Skip to content

Commit

Permalink
Update RNADBMobile.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kelenakamura authored Aug 7, 2020
1 parent 30e8ac3 commit c84f3db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ios/RNADBMobile.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ Pod::Spec.new do |s|
s.name = "RNADBMobile"
s.version = version
s.summary = package["description"]
s.homepage = "https://github.com/carlosalmonte04/react-native-adbmobile"
s.homepage = "https://github.com/enginedigital/react-native-adbmobile"
s.description = "iOS bindings for React Native Adobe Mobile Services"
s.license = package["license"]
s.author = { "Gustavo Sverzut Barbieri" => "[email protected]" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/carlosalmonte04/react-native-adbmobile.git", :tag => "master" }
s.source = { :git => "https://github.com/enginedigital/react-native-adbmobile.git", :tag => "master" }
s.source_files = "*.{h,m}"
s.requires_arc = true

s.frameworks = "CoreLocation"

s.dependency "React"
s.dependency "AdobeMobileSDK", "~> 4.16.1"
s.dependency "AdobeMobileSDK", "~> 4.19.3"
end

0 comments on commit c84f3db

Please sign in to comment.