-
-
Notifications
You must be signed in to change notification settings - Fork 324
/
react-native-baidu-map.podspec
61 lines (45 loc) · 2.29 KB
/
react-native-baidu-map.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#
# Be sure to run `pod spec lint react-native-baidu-map.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "react-native-baidu-map"
s.version = "1.0.37"
s.summary = "Baidu Map for React Native"
s.description = <<-DESC
Baidu Map views and modules for React Native
DESC
s.homepage = "https://github.com/lovebing/react-native-baidu-map"
s.screenshots = "https://raw.githubusercontent.com/lovebing/react-native-baidu-map/master/images/android.jpg", "https://raw.githubusercontent.com/lovebing/react-native-baidu-map/master/images/ios.jpg"
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "lovebing" => "[email protected]" }
# s.authors = { "lovebing" => "[email protected]" }
# s.social_media_url = "https://github.com/lovebing"
s.platform = :ios, "9.0"
# When using multiple platforms
# s.ios.deployment_target = "5.0"
# s.osx.deployment_target = "10.7"
# s.watchos.deployment_target = "2.0"
# s.tvos.deployment_target = "9.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Specify the location from where the source should be retrieved.
# Supports git, hg, bzr, svn and HTTP.
#
s.source = { :http => "http://repo.codeboot.net/pod/http/react-native-baidu-map/1.0.37/source.zip" }
s.source_files = "ios/RCTBaiduMap/**/*.{h,m}"
s.exclude_files = ""
# s.public_header_files = "**/*.h"
s.frameworks = "CoreLocation", "QuartzCore", "OpenGLES", "SystemConfiguration", "CoreGraphics", "Security", "CoreTelephony"
s.static_framework = true
s.libraries = "c++", "sqlite3", "ssl", "crypto"
# s.requires_arc = true
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
s.dependency "React"
s.dependency 'BaiduMapKit', '4.2.0'
s.dependency 'BMKLocationKit', '1.3.0.2'
end