cocoapods-plugins 1.0.0.beta.1 → 1.0.0.rc.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 31ce33662563f968dd7523111ab3ca46e1916176
4
- data.tar.gz: 06805b5b87a90378760f294af1fd0f91a2a7b8ce
3
+ metadata.gz: 63a7b741cc1e88336e913e46a5f66c76cbc31d8d
4
+ data.tar.gz: eb006d0b53fa2febb03ace664938b24ea3c6b0bb
5
5
  SHA512:
6
- metadata.gz: 0d6e616f55ffa5632faf99f06afeb39fa3daff54ecc1d130b6d4fe5fb5d1c261fc4004e43c59b339e73cc19423f4e291a37d8aea371dc857f76e80b82f423201
7
- data.tar.gz: c2361ac93a2dd47abdae5bc76b72f3087fbc80e1ee2a039222523b2134cf154796e1c1e43f7eddac08fd94ae2116ac9152f605249ce3b2842d489a0fa87ddcbf
6
+ metadata.gz: da0c4960d66519bf99c318df6ee57eccf6d3028774bb3c77463e16af106f2dc0e346fd0f3ca173c7098053aa3b310f2c96bc460be6c0321187f7e2240efb75b0
7
+ data.tar.gz: ebaeae05132d6f98ab5d6f711176299518719521d23713fb31c0b1675ecd66ed49606a7608d86134bf049cfda7dfa559b159445ea04bd123e4b3af5fb61012c1
@@ -1,5 +1,10 @@
1
1
  # Cocoapods::Plugins Changelog
2
2
 
3
+ ## 1.0.0.rc.1 (2016-04-30)
4
+
5
+ This version contains no changes.
6
+
7
+
3
8
  ## 1.0.0.beta.1 (2015-12-30)
4
9
 
5
10
  This version contains no changes.
@@ -15,7 +15,7 @@ GIT
15
15
  claide (~> 0.8.1)
16
16
  cocoapods-core (= 0.36.3)
17
17
  cocoapods-downloader (~> 0.9.0)
18
- cocoapods-plugins (~> 1.0.0.beta.1)
18
+ cocoapods-plugins (= 1.0.0.rc.1)
19
19
  cocoapods-trunk (~> 0.6.0)
20
20
  cocoapods-try (~> 0.4.3)
21
21
  colored (~> 1.2)
@@ -38,7 +38,7 @@ GIT
38
38
  PATH
39
39
  remote: .
40
40
  specs:
41
- cocoapods-plugins (1.0.0.beta.1)
41
+ cocoapods-plugins (1.0.0.rc.1)
42
42
  nap
43
43
 
44
44
  GEM
@@ -1,5 +1,5 @@
1
1
  # The namespace of the Cocoapods plugins plugin.
2
2
  #
3
3
  module CocoapodsPlugins
4
- VERSION = '1.0.0.beta.1'.freeze
4
+ VERSION = '1.0.0.rc.1'.freeze
5
5
  end
@@ -8,6 +8,22 @@
8
8
  "url": "https://github.com/CocoaPods/cocoapods-appledoc",
9
9
  "description": "Generates docset and documentation for a pod."
10
10
  },
11
+ {
12
+ "gem": "cocoapods-deploy",
13
+ "name": "Deploy",
14
+ "author": "James Campbell",
15
+ "social_media_url": "https://twitter.com/jcampbell_05",
16
+ "url": "https://github.com/jcampbell05/cocoapods-deploy",
17
+ "description": "Deploys dependencies for a CocoaPods project without needing to clone the repo (Similar to Bundler's `--deployment`)."
18
+ },
19
+ {
20
+ "gem": "cocoapods-rome",
21
+ "name": "Rome",
22
+ "author": "Boris Bügling",
23
+ "social_media_url": "https://twitter.com/neonichu",
24
+ "url": "https://github.com/neonichu/rome",
25
+ "description": "Rome makes it easy to build a list of frameworks for consumption outside of Xcode, e.g. for a Swift script."
26
+ },
11
27
  {
12
28
  "gem": "cocoapods-deintegrate",
13
29
  "name": "Deintegrate",
@@ -210,6 +226,20 @@
210
226
  "author": "Fabio Pelosin, Orta Therox, Marcelo Fabri",
211
227
  "url": "https://github.com/CocoaPods/cocoapods-acknowledgements",
212
228
  "description": "CocoaPods plugin that generates an acknowledgements plist to make it easy to create tools to use in apps."
229
+ },
230
+ {
231
+ "gem": "cocoapods-generator",
232
+ "name": "CocoaPods Generator",
233
+ "author": "从权",
234
+ "url": "https://github.com/zhzhy/cocoapods-generator",
235
+ "description": "Add files to empty target from *.podspec, such as souce files, libraries, frameworks, resources and so on."
236
+ },
237
+ {
238
+ "gem": "cocoapods-debug",
239
+ "name": "CocoaPods Debug",
240
+ "author": "Samuel Giddins",
241
+ "url": "https://github.com/segiddins/cocoapods-debug",
242
+ "description": "A simple plugin to ease debugging CocoaPods."
213
243
  }
214
244
  ]
215
245
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-plugins
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta.1
4
+ version: 1.0.0.rc.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Grandinetti
@@ -9,48 +9,48 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-12-30 00:00:00.000000000 Z
12
+ date: 2016-04-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nap
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - '>='
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
20
  version: '0'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - '>='
25
+ - - ">="
26
26
  - !ruby/object:Gem::Version
27
27
  version: '0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: bundler
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - ~>
32
+ - - "~>"
33
33
  - !ruby/object:Gem::Version
34
34
  version: '1.3'
35
35
  type: :development
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - ~>
39
+ - - "~>"
40
40
  - !ruby/object:Gem::Version
41
41
  version: '1.3'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: rake
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - '>='
46
+ - - ">="
47
47
  - !ruby/object:Gem::Version
48
48
  version: '0'
49
49
  type: :development
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - '>='
53
+ - - ">="
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  description: |2
@@ -63,10 +63,10 @@ executables: []
63
63
  extensions: []
64
64
  extra_rdoc_files: []
65
65
  files:
66
- - .gitignore
67
- - .rubocop.yml
68
- - .rubocop_cocoapods.yml
69
- - .travis.yml
66
+ - ".gitignore"
67
+ - ".rubocop.yml"
68
+ - ".rubocop_cocoapods.yml"
69
+ - ".travis.yml"
70
70
  - CHANGELOG.md
71
71
  - Gemfile
72
72
  - Gemfile.lock
@@ -110,17 +110,17 @@ require_paths:
110
110
  - lib
111
111
  required_ruby_version: !ruby/object:Gem::Requirement
112
112
  requirements:
113
- - - '>='
113
+ - - ">="
114
114
  - !ruby/object:Gem::Version
115
115
  version: 2.0.0
116
116
  required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  requirements:
118
- - - '>'
118
+ - - ">"
119
119
  - !ruby/object:Gem::Version
120
120
  version: 1.3.1
121
121
  requirements: []
122
122
  rubyforge_project:
123
- rubygems_version: 2.5.1
123
+ rubygems_version: 2.6.3
124
124
  signing_key:
125
125
  specification_version: 4
126
126
  summary: CocoaPods plugin which shows info about available CocoaPods plugins.