CocoaPods 1.0 support.

This commit is contained in:
Joel Arvidsson 2016-05-12 15:44:45 +02:00
parent 6939690650
commit bb3a783fce

View File

@ -6,6 +6,9 @@ Pod::Spec.new do |s|
s.name = "RNQuickAction"
s.version = version
s.homepage = "https://github.com/jordanbyron/react-native-quick-actions"
s.summary = "A react-native interface for Touch 3D home screen quick actions"
s.license = "MIT"
s.author = { "Jordan Byron" => "jordan.byron@gmail.com" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/jordanbyron/react-native-quick-actions.git", :tag => "#{s.version}" }
s.source_files = 'RNQuickAction/RNQuickAction/*.{h,m}'