forked from infoxicator/react-native-star-prnt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRNStarPrnt.podspec
More file actions
27 lines (20 loc) · 836 Bytes
/
RNStarPrnt.podspec
File metadata and controls
27 lines (20 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Pod::Spec.new do |s|
s.name = "RNStarPrnt"
s.version = "1.0.0"
s.summary = "RNStarPrnt"
s.description = <<-DESC
RNStarPrnt
DESC
s.homepage = "https://github.com/popmenu/react-native-star-prnt"
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "author" => "john.dugan@popmenu.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/Popmenu/react-native-star-prnt.git", :tag => "master" }
s.source_files = "ios/**/*.{h,m}"
s.requires_arc = true
s.dependency "React"
s.frameworks = 'CoreBluetooth', 'ExternalAccessory'
s.vendored_frameworks = 'ios/Frameworks/StarIO.framework', 'ios/Frameworks/StarIO_Extension.framework'
#s.dependency "others"
end