cocoapods-extension 0.0.4 → 0.0.5

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
  SHA256:
3
- metadata.gz: 26c8fe5c378ae3663513a4603fa8fccf5d4a51b3dd562af1768321b23e5f4df8
4
- data.tar.gz: 734f0c4e9f7da9f19a029a990ac18ad222142b33618b17c6fd90ef16bbf3a4e8
3
+ metadata.gz: 25dd00ec36319a062f3d4102a52a566211f62f7448fe403ab2198dcde6c013d3
4
+ data.tar.gz: 922d193f96d0a4780ebde339e87abcdbbb9c3c8cc383524587374a1dd5620961
5
5
  SHA512:
6
- metadata.gz: 13693f2f582e4548eab5876f5001de56f7eef489110a93111390a687cc489ba4820ac43ea1e4ad7462084064ffbe6fb9be65c0bdcf1956a86e7811c46ccb3418
7
- data.tar.gz: ca204b579ed5babe197e0a040f68432df903a1f1c85b4264eec318d5ccafeceaf8b531b5af0a3af159123af9cc7b53d5e4f557f90cfc906b216ddb987b015d36
6
+ metadata.gz: 43369bf9546237ab5fd89c4b309d058c7cc5636dd157998ae0a5395ae2a06799f7cd885a49ae5c1e9e2af56839646d928e6d1ea0bf83acb975a69d08b550cb8b
7
+ data.tar.gz: b863d22fb273c78a0548d40e998d08bfea31de6de9b6a1df4f4e47dd28e3b4c370715c2528352739a1385e4760c0b5f1f1e874ce13e81bc90cc01ae6afccf3b7
@@ -1,3 +1,3 @@
1
1
  module CocoapodsExtension
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -30,7 +30,7 @@ module Pod
30
30
  end
31
31
 
32
32
  def pod_file
33
- root + 'pod'
33
+ root + 'pods'
34
34
  end
35
35
 
36
36
  end
@@ -23,15 +23,15 @@ module Pod
23
23
  end
24
24
 
25
25
  def source_file
26
- root + 'Projects/development/source'
26
+ root + 'Projects/podfile/source'
27
27
  end
28
28
 
29
29
  def pod_file
30
- root + 'Projects/development/pod'
30
+ root + 'Projects/podfile/pods'
31
31
  end
32
32
 
33
33
  def ios_template
34
- root + 'Projects/iOS'
34
+ root + 'Projects/ios'
35
35
  end
36
36
 
37
37
  def configure
@@ -57,9 +57,9 @@ module Pod
57
57
  end
58
58
 
59
59
  def clone_template! to
60
- repo_url = 'https://github.com/CocoapodsExtension/project-template.git'
60
+ repo_url = 'https://github.com/CocoaPodsX/project-template.git'
61
61
  UI.section("Cloning `#{repo_url}`.") do
62
- git! ['clone', '--branch=0.0.1', '--depth=1', repo_url, to]
62
+ git! ['clone', '--depth=1', repo_url, to]
63
63
  end
64
64
 
65
65
  unless verify_files
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - panghu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-09 00:00:00.000000000 Z
11
+ date: 2020-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: '主要做了两件事: 1. 扩充一些日常使用Pod命令 2. 引入souce、pod的dsl来实现快速切换源码开发的目的, 对壳工程无入侵.'
41
+ description: " See https://github.com/CocoapodsX/cocoapods-x/ "
42
42
  email:
43
43
  - panghu.lee@gmail.com
44
44
  executables: []
@@ -74,7 +74,7 @@ files:
74
74
  - lib/cocoapods-extension/xcode.rb
75
75
  - lib/cocoapods-extension/xcode/open.rb
76
76
  - lib/cocoapods_plugin.rb
77
- homepage: https://github.com/CocoapodsExtension/cocoapods-extension
77
+ homepage: https://github.com/CocoapodsX/cocoapods-x/
78
78
  licenses:
79
79
  - MIT
80
80
  metadata: {}
@@ -96,5 +96,5 @@ requirements: []
96
96
  rubygems_version: 3.1.2
97
97
  signing_key:
98
98
  specification_version: 4
99
- summary: '主要做了两件事: 1. 扩充一些日常使用Pod命令 2. 引入souce、pod的dsl来实现快速切换源码开发的目的, 对壳工程无入侵.'
99
+ summary: See https://github.com/CocoapodsX/cocoapods-x/
100
100
  test_files: []