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 +4 -4
- data/LICENSE +1 -1
- data/README.md +1 -1
- data/lib/motion/project/cocoapods.rb +2 -1
- data/lib/motion/project/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 20faf025855070e14d95fd91f4fcd37b11588b6d
|
|
4
|
+
data.tar.gz: 392b486eca004a2fa12f69b6c9a6547d154d0ef8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5dba7e2b9e563fd6de4572a65a03ca50c0aa03f59964ae447a0df897ebc8c1bb0682ba3f9bd1458538c845090f16a54a175f01cb052f9715c406e09144d28b01
|
|
7
|
+
data.tar.gz: 177b4b36b95ad8e0284a5b2c20ac8b7f8f4b5fe4b3fcb13f9f8a1ae9edad25eeffadf5f12b3ec20660d8c02d52591c6d95dd6e5c2f785481138c7db7c74e8641
|
data/LICENSE
CHANGED
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-
|
|
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
|
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.
|
|
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
|
+
date: 2015-12-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cocoapods
|