motion-cocoapods 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26c167800b0940e09ecbb143e11457434741124a
4
- data.tar.gz: 53328887546f5dc4cf1a867d9c948b436115a18e
3
+ metadata.gz: f66927dc1d6c6c1a9c3e2944f231cf0445bbc7bd
4
+ data.tar.gz: 546f3b8114353234fc2b1873d833dd78f043b6d7
5
5
  SHA512:
6
- metadata.gz: 16791f97aa9a36a1b2efd4644263314d113061d41743428223fb8a519689b6ac70d704f32808b4b9913cbd9483b2feb1a96d69f9586d4e36fd33229af25a3ab6
7
- data.tar.gz: b94e3690ba20e7a7caffd091d0865507970477fd7ef24b3491e4fd5573b440c44727da2fb74081212fd7c99155fd693c74b6a89d82a5ab23aa06b984f588bbc9
6
+ metadata.gz: 99ebfe09c00c1244ef7e6517fa74ff6178729b14742927d72f2ec3ffc5631cf4f8a40652914f3ead1fe6eb2bdfdbcabd35634bb2c1b22b32701e8b8ced30abbf
7
+ data.tar.gz: 92e79d1c40aa37d16888c111765d8c5482620ae36f4c151ed4cbaf33477905b3331a1c9e73f819b9b7edc305c081e139878d3bd05c7f082a1f52ba1f5c0b726f
@@ -57,7 +57,7 @@ module Motion::Project
57
57
  #---------------------------------------------------------------------------#
58
58
 
59
59
  class CocoaPods
60
- VERSION = '1.3.1'
60
+ VERSION = '1.3.2'
61
61
  PODS_ROOT = 'vendor/Pods'
62
62
 
63
63
  attr_accessor :podfile
@@ -136,7 +136,7 @@ module Motion::Project
136
136
  framework_search_paths = pods_xcconfig.to_hash['FRAMEWORK_SEARCH_PATHS']
137
137
  if framework_search_paths
138
138
  framework_search_paths.scan(/\"([^\"]+)\"/) do |search_path|
139
- path = search_path.first.gsub!('$(PODS_ROOT)', "#{@config.project_dir}/#{PODS_ROOT}")
139
+ path = search_path.first.gsub!(/(\$\(PODS_ROOT\))|(\$\{PODS_ROOT\})/, "#{@config.project_dir}/#{PODS_ROOT}")
140
140
  @config.framework_search_paths << path
141
141
  end
142
142
  end
@@ -150,6 +150,8 @@ module Motion::Project
150
150
  "#{lib_search_paths} -all_load -l#{m[0]}"
151
151
  end
152
152
  })
153
+ @config.weak_frameworks.concat(ldflags.scan(/-weak_framework\s+([^\s]+)/).map { |m| m[0] })
154
+ @config.weak_frameworks.uniq!
153
155
  @config.libs.uniq!
154
156
  end
155
157
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-cocoapods
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent Sansonetti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-13 00:00:00.000000000 Z
11
+ date: 2013-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods
@@ -54,9 +54,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  version: '0'
55
55
  requirements: []
56
56
  rubyforge_project:
57
- rubygems_version: 2.0.3
57
+ rubygems_version: 2.0.2
58
58
  signing_key:
59
59
  specification_version: 4
60
60
  summary: CocoaPods integration for RubyMotion projects
61
61
  test_files: []
62
- has_rdoc: