motion-cocoapods 1.3.0.rc1 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/motion/project/cocoapods.rb +2 -2
- metadata +10 -15
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: abab00a9eeaeaa93100050b006d546a0b7d8317f
|
4
|
+
data.tar.gz: 6e592fe5719b8e12f90d8cb2406287ba15b58f26
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 709324719a161b03e6103bc998109e7df5281f391cb489c0e80983e1f85cdc3999b756fdb3b69a3321090073b14c081bb198a5c0deb82ae16f3810dda47f7ce1
|
7
|
+
data.tar.gz: acd3974f148956e7b858f892fe8ced798b3f38f200d259d0bb17fddadbf48451d7fe974ae5c6c32aaa4edf85046324148fc3dcc870441abe0d090966ea194ad7
|
@@ -54,7 +54,7 @@ module Motion::Project
|
|
54
54
|
#---------------------------------------------------------------------------#
|
55
55
|
|
56
56
|
class CocoaPods
|
57
|
-
VERSION = '1.3.0
|
57
|
+
VERSION = '1.3.0'
|
58
58
|
PODS_ROOT = 'vendor/Pods'
|
59
59
|
|
60
60
|
attr_accessor :podfile
|
@@ -63,7 +63,7 @@ module Motion::Project
|
|
63
63
|
@config = config
|
64
64
|
|
65
65
|
@podfile = Pod::Podfile.new {}
|
66
|
-
@podfile.platform :ios, config.deployment_target
|
66
|
+
@podfile.platform((App.respond_to?(:template) ? App.template : :ios), config.deployment_target)
|
67
67
|
cp_config.podfile = @podfile
|
68
68
|
|
69
69
|
cp_config.skip_repo_update = ENV['COCOAPODS_NO_UPDATE']
|
metadata
CHANGED
@@ -1,30 +1,27 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion-cocoapods
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.0
|
5
|
-
prerelease: 6
|
4
|
+
version: 1.3.0
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Laurent Sansonetti
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2013-
|
11
|
+
date: 2013-05-09 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: cocoapods
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- -
|
17
|
+
- - '>='
|
20
18
|
- !ruby/object:Gem::Version
|
21
19
|
version: 0.17.0
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
|
-
- -
|
24
|
+
- - '>='
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: 0.17.0
|
30
27
|
description: motion-cocoapods allows RubyMotion projects to have access to the CocoaPods
|
@@ -40,27 +37,25 @@ files:
|
|
40
37
|
- LICENSE
|
41
38
|
homepage: http://www.rubymotion.com
|
42
39
|
licenses: []
|
40
|
+
metadata: {}
|
43
41
|
post_install_message:
|
44
42
|
rdoc_options: []
|
45
43
|
require_paths:
|
46
44
|
- lib
|
47
45
|
required_ruby_version: !ruby/object:Gem::Requirement
|
48
|
-
none: false
|
49
46
|
requirements:
|
50
|
-
- -
|
47
|
+
- - '>='
|
51
48
|
- !ruby/object:Gem::Version
|
52
49
|
version: '0'
|
53
50
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
54
|
-
none: false
|
55
51
|
requirements:
|
56
|
-
- -
|
52
|
+
- - '>='
|
57
53
|
- !ruby/object:Gem::Version
|
58
|
-
version:
|
54
|
+
version: '0'
|
59
55
|
requirements: []
|
60
56
|
rubyforge_project:
|
61
|
-
rubygems_version:
|
57
|
+
rubygems_version: 2.0.0
|
62
58
|
signing_key:
|
63
|
-
specification_version:
|
59
|
+
specification_version: 4
|
64
60
|
summary: CocoaPods integration for RubyMotion projects
|
65
61
|
test_files: []
|
66
|
-
has_rdoc:
|