Skip to content

Commit f930d3e

Browse files
workwork
authored andcommitted
modify podspec and move to root
1 parent c1f6751 commit f930d3e

File tree

3 files changed

+7523
-24
lines changed

3 files changed

+7523
-24
lines changed

RNActivityRecognition.podspec

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
require 'json'
3+
4+
package = JSON.parse(File.read('./package.json'))
5+
6+
Pod::Spec.new do |s|
7+
s.name = 'RNActivityRecognition'
8+
s.version = package['version']
9+
s.summary = package['description']
10+
s.description = package['description']
11+
s.homepage = package['homepage']
12+
s.license = package['license']
13+
s.author = package['author']
14+
s.source = { :git => "https://github.com/author/RNActivityRecognition.git" }
15+
s.platform = :ios, "7.0"
16+
s.source_files = "ios/*.{h,m}"
17+
s.preserve_paths = "*.js"
18+
s.dependency 'React'
19+
end
20+
21+

ios/RNActivityRecognition.podspec

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)