Skip to content

Commit 7c94e29

Browse files
igor-makarovjaimecbernardo
authored andcommitted
ios: add podspec to enable use with CocoaPods
PR-URL: #153 Reviewed-By: Jaime Bernardo <[email protected]>
1 parent dbaedc9 commit 7c94e29

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

NodeMobile.podspec

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'NodeMobile'
3+
s.version = '0.3.0'
4+
s.summary = 'Node.js for Mobile Apps'
5+
6+
s.description = <<-DESC.strip_heredoc
7+
[Node.js for Mobile Apps](https://code.janeasystems.com/nodejs-mobile) - A toolkit for integrating Node.js into mobile applications.
8+
DESC
9+
10+
s.homepage = 'https://code.janeasystems.com/nodejs-mobile'
11+
s.license = { type: 'Mixed', file: 'LICENSE' }
12+
13+
s.documentation_url = 'https://code.janeasystems.com/nodejs-mobile/getting-started-ios'
14+
15+
s.author = 'Janea Systems'
16+
17+
s.ios.deployment_target = '9.0'
18+
19+
s.source = { git: 'https://github.com/janeasystems/nodejs-mobile.git',
20+
tag: "nodejs-mobile-v#{s.version}" }
21+
22+
s.vendored_frameworks = 'out_ios/Release-universal/NodeMobile.framework'
23+
24+
s.prepare_command = <<-CMD.strip_heredoc
25+
tools/ios_framework_prepare.sh
26+
CMD
27+
end

0 commit comments

Comments
 (0)