Skip to content

Commit 77ed6be

Browse files
committed
Update contact info in podspec
1 parent 32db061 commit 77ed6be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ios/RNSqlite2.podspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ Pod::Spec.new do |s|
88
DESC
99
s.homepage = "https://github.com/craftzdog/react-native-sqlite-2"
1010
s.license = "Apache 2.0"
11-
s.author = { "author" => "[email protected]" }
11+
s.author = { "author" => "[email protected]" }
1212
s.platform = :ios, "7.0"
1313
s.source = { :git => "https://github.com/craftzdog/RNSqlite2.git", :tag => "master" }
1414
s.source_files = "**/*.{h,m}"
1515
s.requires_arc = true
1616
s.library = "sqlite3"
1717

1818
s.dependency "React"
19-
#s.dependency "others"
20-
2119
end
2220

0 commit comments

Comments
 (0)