-
Notifications
You must be signed in to change notification settings - Fork 3
/
Folly.podspec
27 lines (19 loc) · 1.76 KB
/
Folly.podspec
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|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "Folly"
s.version = "0.1.0"
s.summary = "Mopinion iOS SDK React Native"
s.ios.deployment_target = '9.0'
s.description = "Mopinion mobile SDK for iOS React Native library"
s.homepage = "https://facebook.github.io/react-native/"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license = { :type => "MIT", :file => "LICENSE" }
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.author = "Facebook"
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.platform = :ios, "8.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = {:git => "https://github.com/mopinion/mopinion-sdk-ios.git", :tag => s.version}
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.ios.vendored_frameworks = 'folly.framework'
end