Skip to content

Commit 3c7b9ad

Browse files
authored
add podspec
1 parent e6e0bb0 commit 3c7b9ad

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

RNSensorsAnalyticsModule.podspec

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
Pod::Spec.new do |s|
3+
s.name = "RNSensorsAnalyticsModule"
4+
s.version = "1.1.1"
5+
s.summary = "The official React Native SDK of Sensors Analytics."
6+
s.description = <<-DESC
7+
神策分析 RN 组件
8+
DESC
9+
s.homepage = "http://www.sensorsdata.cn"
10+
s.license = { :type => "Apache License, Version 2.0" }
11+
s.author = { "Yuanyang Peng" => "[email protected]" }
12+
s.platform = :ios, "7.0"
13+
s.source = { :git => "https://github.com/sensorsdata/react-native-sensors-analytics.git", :tag => "v#{s.version}" }
14+
s.source_files = "ios/*.{h,m}"
15+
s.requires_arc = true
16+
s.dependency "React"
17+
s.dependency "SensorsAnalyticsSDK"
18+
19+
end
20+
21+

0 commit comments

Comments
 (0)