forked from carljoachim/react-native-simple-compass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreact-native-simple-compass.podspec
38 lines (22 loc) · 1.97 KB
/
react-native-simple-compass.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
28
29
30
31
32
33
34
35
36
37
38
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "react-native-simple-compass"
s.version = "1.0.0"
s.summary = "Some summary"
s.description = <<-DESC
This is a great description
DESC
s.homepage = "https://github.com/vnil/react-native-simple-compass"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license = "MIT"
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.author = { "Some guy" => "[email protected]" }
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.platform = :ios, "9.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/vnil/react-native-simple-compass" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = 'ios/**/*.{h,m}'
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.dependency "React"
end