Skip to content

Commit

Permalink
fix(podspec): Add required fields for podspec
Browse files Browse the repository at this point in the history
Closes #161
  • Loading branch information
iRoachie committed May 29, 2018
1 parent cd979c0 commit ac891ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RNTableView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Pod::Spec.new do |s|

s.name = "RNTableView"
s.version = "1.4.6"
s.authors = "Pavel Aksonov"
s.summary = "Native iOS UITableView for React Native with JSON support and more"
s.license = "BSD 2-Clause"
s.homepage = "https://github.com/aksonov/react-native-tableview"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/aksonov/react-native-tableview.git" }
Expand Down

0 comments on commit ac891ff

Please sign in to comment.