Skip to content

Commit

Permalink
Use CocoaPods CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Oct 27, 2019
1 parent 2412981 commit 5916f9d
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Tests/Mac/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://github.com/CocoaPods/Specs.git'
source 'https://cdn.cocoapods.org/'
use_frameworks!
platform :osx, "10.9"

Expand Down
7 changes: 2 additions & 5 deletions Tests/Mac/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ PODS:
- KissXML/Core
- KissXML/All (5.3.0):
- KissXML/Additions
- KissXML/Categories
- KissXML/Core
- KissXML/Categories (5.3.0):
- KissXML/Core
- KissXML/Core (5.3.0)

Expand All @@ -19,8 +16,8 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
KissXML: 0c31ce833ff567f73de58fc7a7a14f2c92380b3e
KissXML: 9e42f828e4012aa469548989b2b9e2286621a0bc

PODFILE CHECKSUM: d877c76a6dd7d1b779a72b4b48c5745d694068e5
PODFILE CHECKSUM: 8b16a5989f3f9496d54c5bb48e81760abbda0c3d

COCOAPODS: 1.8.4
2 changes: 1 addition & 1 deletion Tests/Swift-iOS/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://github.com/CocoaPods/Specs.git'
source 'https://cdn.cocoapods.org/'
use_frameworks!
platform :ios, "8.0"

Expand Down
14 changes: 7 additions & 7 deletions Tests/Swift-iOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- KissXML (5.2.4):
- KissXML/All (= 5.2.4)
- KissXML/Additions (5.2.4):
- KissXML (5.3.0):
- KissXML/All (= 5.3.0)
- KissXML/Additions (5.3.0):
- KissXML/Core
- KissXML/All (5.2.4):
- KissXML/All (5.3.0):
- KissXML/Additions
- KissXML/Core
- KissXML/Core (5.2.4)
- KissXML/Core (5.3.0)

DEPENDENCIES:
- KissXML (from `../../`)
Expand All @@ -16,8 +16,8 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
KissXML: ecc1afc5a6b2b302505f926a15584213c01f29ce
KissXML: 9e42f828e4012aa469548989b2b9e2286621a0bc

PODFILE CHECKSUM: fed2b81a43101a96f0ea5846fb807f8932349a80
PODFILE CHECKSUM: 1cb3f49317eb756d5b9536fe8e28d6ed8c5fd314

COCOAPODS: 1.8.4
2 changes: 1 addition & 1 deletion Tests/Swift/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://github.com/CocoaPods/Specs.git'
source 'https://cdn.cocoapods.org/'
use_frameworks!
platform :osx, "10.9"

Expand Down
7 changes: 2 additions & 5 deletions Tests/Swift/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ PODS:
- KissXML/Core
- KissXML/All (5.3.0):
- KissXML/Additions
- KissXML/Categories
- KissXML/Core
- KissXML/Categories (5.3.0):
- KissXML/Core
- KissXML/Core (5.3.0)

Expand All @@ -19,8 +16,8 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
KissXML: 0c31ce833ff567f73de58fc7a7a14f2c92380b3e
KissXML: 9e42f828e4012aa469548989b2b9e2286621a0bc

PODFILE CHECKSUM: 18cdeba4684ea4abe80e93ecd3edbb7ce401b95b
PODFILE CHECKSUM: 98663de9812c7fdb4ea5231e5137adc7859ab283

COCOAPODS: 1.8.4
2 changes: 1 addition & 1 deletion Tests/iOS/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://github.com/CocoaPods/Specs.git'
source 'https://cdn.cocoapods.org/'
use_frameworks!
platform :ios, "8.0"

Expand Down
14 changes: 7 additions & 7 deletions Tests/iOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- KissXML (5.2.4):
- KissXML/All (= 5.2.4)
- KissXML/Additions (5.2.4):
- KissXML (5.3.0):
- KissXML/All (= 5.3.0)
- KissXML/Additions (5.3.0):
- KissXML/Core
- KissXML/All (5.2.4):
- KissXML/All (5.3.0):
- KissXML/Additions
- KissXML/Core
- KissXML/Core (5.2.4)
- KissXML/Core (5.3.0)

DEPENDENCIES:
- KissXML (from `../../`)
Expand All @@ -16,8 +16,8 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
KissXML: ecc1afc5a6b2b302505f926a15584213c01f29ce
KissXML: 9e42f828e4012aa469548989b2b9e2286621a0bc

PODFILE CHECKSUM: 1f4161d172f7cca508599c70997c48a6a4fe62a9
PODFILE CHECKSUM: 336c30f4cc4e075ad541bfaf7ed627ba23191958

COCOAPODS: 1.8.4

0 comments on commit 5916f9d

Please sign in to comment.