Skip to content

Commit

Permalink
Merge pull request #54 from yeouchien/podspec
Browse files Browse the repository at this point in the history
Add Podspec
  • Loading branch information
maxs15 committed Jun 13, 2017
2 parents d69b41b + 954d21b commit a023128
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions react-native-spinkit.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "react-native-spinkit"
s.version = "1.0.2"
s.license = "MIT"
s.homepage = "https://github.com/maxs15/react-native-spinkit"
s.authors = { 'Maxime Mezrahi' => 'maximemezrahi@gmail.com' }
s.summary = "A collection of animated loading indicators. React native port of SpinKit."
s.source = { :git => "https://github.com/maxs15/react-native-spinkit" }
s.source_files = "ios/**/*.{h,m}"

s.platform = :ios, "7.0"
s.dependency 'React'
end

0 comments on commit a023128

Please sign in to comment.