cocoapods-user-defined-build-types 0.0.2 → 0.0.4
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/lib/cocoapods-user-defined-build-types/gem_version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58bd3dea96b1cb0542dfe194ef528bc77980b890c0213eeaa266603c256cdb78
|
4
|
+
data.tar.gz: '09ea03a4eed0a6c31741451ca5a26e80e3665650410ac986f3cd77d955cdd1a9'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d638326118232bb1753e2a0f281d98b0ceff1aa36d58096e74cc61540236f33533dc1c25c783d99030d20afdddd6d574bb30249ab7ed5da7707451cd1e93be29
|
7
|
+
data.tar.gz: '0862d47004e041f0284d2be102e4dc717e9cde27e9571f131835bd69acb7251dad8b43a7774c3c8445fe4c411084ec0ddbfa73a7770868748c55b99774dbdb5e'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-user-defined-build-types
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Cardasis
|
@@ -58,7 +58,9 @@ dependencies:
|
|
58
58
|
- - ">="
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: '0'
|
61
|
-
description: A Cocoapods plugin which selectively
|
61
|
+
description: A Cocoapods plugin which selectively modifies a Pod build_type right
|
62
|
+
before integration. This allows for mixing dynamic frameworks with the default static
|
63
|
+
library build type used by Cocoapods.
|
62
64
|
email:
|
63
65
|
- joncardasis@gmail.com
|
64
66
|
executables: []
|
@@ -93,7 +95,6 @@ requirements: []
|
|
93
95
|
rubygems_version: 3.0.6
|
94
96
|
signing_key:
|
95
97
|
specification_version: 4
|
96
|
-
summary: Cocoapods plugin which selectively
|
97
|
-
|
98
|
-
compiled as libraries. Specify specific pods to be compiled as dynamic frameworks.
|
98
|
+
summary: A Cocoapods plugin which can selectively set build type per pod (static library,
|
99
|
+
dynamic framework, etc.)
|
99
100
|
test_files: []
|