cocoapods-deintegrate 1.0.0.beta.1 → 1.0.0.rc.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 +4 -4
- data/README.md +1 -1
- data/lib/cocoapods/command/deintegrate.rb +1 -1
- data/lib/cocoapods/deintegrate/gem_version.rb +1 -1
- data/lib/cocoapods/deintegrator.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 24c67234f62201c14cfc2ca82f803c4c89c29b4f
|
|
4
|
+
data.tar.gz: 93922e1b5433a029e6a94a2aaf732d59c34c6fa1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac58a0dc57cfc03fce69afb6f8ad558fb884d7a58cddb8922b73b9fec148c7be1dc762255742c2152cd3a022ea9eaa928f68ad0e295003d7bda75f681d988751
|
|
7
|
+
data.tar.gz: 11ab79b8e80ce7575a6c05cdaf421ad320f4925e36b283b95734ab48ac5fd39537a2451816d25f9bf95fffa7207403ba29d21372d329ad87b05c14012ef141c9
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@ module Pod
|
|
|
3
3
|
class Deintegrate < Command
|
|
4
4
|
include ProjectDirectory
|
|
5
5
|
|
|
6
|
-
self.summary = 'Deintegrate CocoaPods from your project
|
|
6
|
+
self.summary = 'Deintegrate CocoaPods from your project'
|
|
7
7
|
self.description = <<-DESC
|
|
8
8
|
Deintegrate your project from CocoaPods. Removing all traces
|
|
9
9
|
of CocoaPods from your Xcode project.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-deintegrate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.
|
|
4
|
+
version: 1.0.0.rc.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Fuller
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-04-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|
|
@@ -34,17 +34,17 @@ require_paths:
|
|
|
34
34
|
- lib
|
|
35
35
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
|
-
- -
|
|
37
|
+
- - ">="
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: 2.0.0
|
|
40
40
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
41
41
|
requirements:
|
|
42
|
-
- -
|
|
42
|
+
- - ">"
|
|
43
43
|
- !ruby/object:Gem::Version
|
|
44
44
|
version: 1.3.1
|
|
45
45
|
requirements: []
|
|
46
46
|
rubyforge_project:
|
|
47
|
-
rubygems_version: 2.
|
|
47
|
+
rubygems_version: 2.6.3
|
|
48
48
|
signing_key:
|
|
49
49
|
specification_version: 4
|
|
50
50
|
summary: A CocoaPods plugin to remove and de-integrate CocoaPods from your project.
|