File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments