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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 941f6c63ff434fc7e9908d856e5ccd674cb9e73208e508f5e03aab026ce4462b
4
- data.tar.gz: 95208d9ad4a7441af7dfd3b47031ecaa44df34fade73f3e3cfcc083145433ac6
3
+ metadata.gz: 58bd3dea96b1cb0542dfe194ef528bc77980b890c0213eeaa266603c256cdb78
4
+ data.tar.gz: '09ea03a4eed0a6c31741451ca5a26e80e3665650410ac986f3cd77d955cdd1a9'
5
5
  SHA512:
6
- metadata.gz: 1f4e1a9014e2f79194f235ed2220b030e20e0d66d1f920ed4802f041b04558c4fb123c733192fa23e9e6a22549e1706e489b25f934fdeeeedc246c230050fef7
7
- data.tar.gz: 49870a9537ed890ac0b95938b9d1aaa211eeac80fd5761270a9afbff74a8903575ac870ac98bdcb421b8c934c090805f6850b1d010197ce007869143aceed77a
6
+ metadata.gz: d638326118232bb1753e2a0f281d98b0ceff1aa36d58096e74cc61540236f33533dc1c25c783d99030d20afdddd6d574bb30249ab7ed5da7707451cd1e93be29
7
+ data.tar.gz: '0862d47004e041f0284d2be102e4dc717e9cde27e9571f131835bd69acb7251dad8b43a7774c3c8445fe4c411084ec0ddbfa73a7770868748c55b99774dbdb5e'
@@ -1,3 +1,3 @@
1
1
  module CocoapodsUserDefinedBuildTypes
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.4"
3
3
  end
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.2
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 enables use_frameworks! per pod.
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 enables use_frameworks! per pod. All Cocoapods
97
- are bundled into a single dynamic framework, and by default all pods are statically
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: []