cocoapods-core 1.1.0.rc.2 → 1.1.0.rc.3
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/lib/cocoapods-core/gem_version.rb +1 -1
- data/lib/cocoapods-core/specification/dsl.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b80a80af7d8d1344bdd383bc629da2fbdea0cbd
|
|
4
|
+
data.tar.gz: 68e0f6013afe15946870f51c0a12e17a3b920b63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26005ffd285c366f6c693abadd40c78f2f481607c9ce2635a2dadc4e8a1a5e72292aaaa7d99b28ada6a637c3e3006faefef0805ec689dcc91f36be793d30192a
|
|
7
|
+
data.tar.gz: 0f155b7e1895e834a2a00d9078f90642a9d9ac69f03f1a9f44daa7e3f713d20f0b3511bef15ce516abdf04d33714018bca1902bd4794a1912e64e4a787e5a43c
|
|
@@ -5,8 +5,8 @@ require 'cocoapods-core/specification/dsl/platform_proxy'
|
|
|
5
5
|
module Pod
|
|
6
6
|
class Specification
|
|
7
7
|
#- NOTE ------------------------------------------------------------------#
|
|
8
|
-
# The of the methods defined in this file and the order of the
|
|
9
|
-
# relevant for the documentation generated on the
|
|
8
|
+
# The order of the methods defined in this file and the order of the
|
|
9
|
+
# methods is relevant for the documentation generated on the
|
|
10
10
|
# CocoaPods/cocoapods.github.com repository.
|
|
11
11
|
#-------------------------------------------------------------------------#
|
|
12
12
|
|
|
@@ -62,7 +62,7 @@ module Pod
|
|
|
62
62
|
# spec.ios.framework = 'UIKit'
|
|
63
63
|
# spec.osx.framework = 'AppKit'
|
|
64
64
|
#
|
|
65
|
-
# spec.dependency
|
|
65
|
+
# spec.dependency 'SomeOtherPod'
|
|
66
66
|
# end
|
|
67
67
|
#
|
|
68
68
|
module DSL
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.0.rc.
|
|
4
|
+
version: 1.1.0.rc.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eloy Duran
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-10-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|