Skip to content

Commit

Permalink
Update contact info in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Aug 3, 2017
1 parent 32db061 commit 77ed6be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ios/RNSqlite2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ Pod::Spec.new do |s|
DESC
s.homepage = "https://github.com/craftzdog/react-native-sqlite-2"
s.license = "Apache 2.0"
s.author = { "author" => "[email protected]" }
s.author = { "author" => "[email protected]" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/craftzdog/RNSqlite2.git", :tag => "master" }
s.source_files = "**/*.{h,m}"
s.requires_arc = true
s.library = "sqlite3"

s.dependency "React"
#s.dependency "others"

end

0 comments on commit 77ed6be

Please sign in to comment.