Skip to content

Commit e338249

Browse files
committed
Feature: Add SwiftyJSON
1 parent 2884a01 commit e338249

19 files changed

+3849
-1397
lines changed

ClashX.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@
470470
"${BUILT_PRODUCTS_DIR}/RxCocoa/RxCocoa.framework",
471471
"${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework",
472472
"${PODS_ROOT}/Sparkle/Sparkle.framework",
473+
"${BUILT_PRODUCTS_DIR}/SwiftyJSON/SwiftyJSON.framework",
473474
);
474475
name = "[CP] Embed Pods Frameworks";
475476
outputPaths = (
@@ -478,6 +479,7 @@
478479
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework",
479480
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework",
480481
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Sparkle.framework",
482+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyJSON.framework",
481483
);
482484
runOnlyForDeploymentPostprocessing = 0;
483485
shellPath = /bin/sh;

Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ target 'ClashX' do
33
pod "LetsMove"
44
pod 'Sparkle'
55
pod 'Alamofire', '~> 4.7'
6+
pod 'SwiftyJSON', '~> 4.0'
67
pod 'RxSwift', '~> 4.0'
78
pod 'RxCocoa', '~> 4.0'
89
end

Podfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,24 @@ PODS:
55
- RxSwift (~> 4.0)
66
- RxSwift (4.2.0)
77
- Sparkle (1.19.0)
8+
- SwiftyJSON (4.1.0)
89

910
DEPENDENCIES:
1011
- Alamofire (~> 4.7)
1112
- LetsMove
1213
- RxCocoa (~> 4.0)
1314
- RxSwift (~> 4.0)
1415
- Sparkle
16+
- SwiftyJSON (~> 4.0)
1517

1618
SPEC CHECKSUMS:
1719
Alamofire: e4fa87002c137ba2d8d634d2c51fabcda0d5c223
1820
LetsMove: fefe56bc7bc7fb7d37049e28a14f297961229fc5
1921
RxCocoa: 0b54909c902e1e581212a03e690bbd94032d8baa
2022
RxSwift: 99e10317ddfcc7fbe01356aafd118fde4a0be104
2123
Sparkle: 8486d2493599665e466b5076e72b28849776e32f
24+
SwiftyJSON: c29297daf073d2aa016295d5809cdd68045c39b3
2225

23-
PODFILE CHECKSUM: 25719f696b6bde459cec16e91bc04bbecd5518c7
26+
PODFILE CHECKSUM: 245bbc49106346303515c20d4e19cd496f2f3b71
2427

2528
COCOAPODS: 1.4.0

Pods/Manifest.lock

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 1565 additions & 1389 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/SwiftyJSON/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)