cocoapods-static_framework 1.0.0 → 1.0.1

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: edc81724e9aaa4ee3171f945f89f3a80c5eee3da
4
- data.tar.gz: c6521db81b3283657af040a391ba277b6fcedf70
3
+ metadata.gz: 1a4585987cae1b6683a47cd93f17e77eb7c0debe
4
+ data.tar.gz: 18863de48f68db2b2d3ce6c4fb4548fe0591e9c7
5
5
  SHA512:
6
- metadata.gz: caec841206e888d4174b7bab3c6824dda0cb416ab42ababbf262dfee5bd7b203080fd9b9a722b7b745322b61b8e8442e8494532f6dad93c0d6aa21c05afb72e5
7
- data.tar.gz: 4827053da5566483e9299d53772342372341db35a020f41b4a9ffb82d79152a2f6e34de02934030717f81980a692403aa9df4a92220dc8091a8599083ba659fe
6
+ metadata.gz: da40102d3d2cd5c7c0eb0b451faeb1076eff799604f8e66258c5ba7df43d651bbec9e17239f36e3f60aedb46d1c089ebd2802f26496afc5a88ef20cdacd880d2
7
+ data.tar.gz: a52a98e2ac88c51378a638919f2983c272b6f9cf566fbc480ec47feb8a3e2db9fe2ef813ad8a623993a744913d371f3aa3fa87aff0f6c7cae985fbfed95869ee
@@ -1,7 +1,7 @@
1
1
  module Pod
2
2
  class Podfile
3
3
  def static_framework!
4
- require 'cocoapods-static-swift-framework/command/patch/static_pod.rb'
4
+ require 'cocoapods-static_framework/command/patch/static_pod.rb'
5
5
  end
6
6
  end
7
7
  class Command
@@ -1,3 +1,3 @@
1
1
  module CocoapodsStatic_framework
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-static_framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - coolkernel