motion-cocoapods 1.7.7 → 1.7.8

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: d4b8aba9263c7df21e46140ed1e62fb29d6c34b6
4
- data.tar.gz: 87466f2c3d1785ad1fc4da1b7abce7fa9f515010
3
+ metadata.gz: 20faf025855070e14d95fd91f4fcd37b11588b6d
4
+ data.tar.gz: 392b486eca004a2fa12f69b6c9a6547d154d0ef8
5
5
  SHA512:
6
- metadata.gz: 37269512f8764c480d5ec6400efabd0576d2e61e27c6956cf9903c244476010f8f18438d6e1a0b71149c955bb1777196bfcb920127e5fc88f516c4a5b8b37bc5
7
- data.tar.gz: 7a7c2254359bb925f7ffbc2f3677ea87dbb46058e5782c3976d6bcf6512d9dba52fcb2986c24f2baa78868af5bf75359e2b1937968bebfdcfad86a338a1122d3
6
+ metadata.gz: 5dba7e2b9e563fd6de4572a65a03ca50c0aa03f59964ae447a0df897ebc8c1bb0682ba3f9bd1458538c845090f16a54a175f01cb052f9715c406e09144d28b01
7
+ data.tar.gz: 177b4b36b95ad8e0284a5b2c20ac8b7f8f4b5fe4b3fcb13f9f8a1ae9edad25eeffadf5f12b3ec20660d8c02d52591c6d95dd6e5c2f785481138c7db7c74e8641
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2013, Laurent Sansonetti <lrz@hipbyte.com>
1
+ Copyright (c) 2012-2015, HipByte (lrz@hipbyte.com) and contributors.
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
data/README.md CHANGED
@@ -121,7 +121,7 @@ $ [bundle exec] rake pod:install COCOAPODS_NO_REPO_UPDATE=1
121
121
 
122
122
  ## License
123
123
 
124
- Copyright (c) 2012-2013, Laurent Sansonetti <lrz@hipbyte.com>
124
+ Copyright (c) 2012-2015, HipByte (lrz@hipbyte.com) and contributors.
125
125
  All rights reserved.
126
126
 
127
127
  Redistribution and use in source and binary forms, with or without
@@ -213,7 +213,8 @@ module Motion::Project
213
213
  @config.vendor_project(PODS_ROOT, :xcode, {
214
214
  :target => 'Pods',
215
215
  :headers_dir => "{#{header_dirs.join(',')}}",
216
- :products => pods_libs.map { |lib_name| "lib#{lib_name}.a" }
216
+ :products => pods_libs.map { |lib_name| "lib#{lib_name}.a" },
217
+ :allow_empty_products => (pods_libs.empty? ? true : false),
217
218
  }.merge(@vendor_options))
218
219
  end
219
220
  end
@@ -24,6 +24,6 @@
24
24
 
25
25
  module Motion::Project
26
26
  class CocoaPods
27
- VERSION = '1.7.7'
27
+ VERSION = '1.7.8'
28
28
  end
29
29
  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.7.7
4
+ version: 1.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent Sansonetti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-25 00:00:00.000000000 Z
11
+ date: 2015-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods