Authored by 朱小军

更新afnetworking版本 review by days

1 platform :ios, '8.0' 1 platform :ios, '8.0'
2 inhibit_all_warnings! 2 inhibit_all_warnings!
3 3
4 -pod 'YH_AFNetworking3', :git => 'http://git.yoho.cn/ios/YH_AFNetworking3.git', :tag => '3.1.0_content-type' 4 +pod 'YH_AFNetworking3', :git => 'http://git.yoho.cn/ios/YH_AFNetworking3.git', :tag => '3.1.0_gzip'
5 5
6 target 'YH_Analytics' do 6 target 'YH_Analytics' do
7 7
@@ -8,21 +8,21 @@ PODS: @@ -8,21 +8,21 @@ PODS:
8 - YH_AFNetworking3/Util (3.1.0) 8 - YH_AFNetworking3/Util (3.1.0)
9 9
10 DEPENDENCIES: 10 DEPENDENCIES:
11 - - YH_AFNetworking3 (from `http://git.yoho.cn/ios/YH_AFNetworking3.git`, tag `3.1.0_content-type`) 11 + - YH_AFNetworking3 (from `http://git.yoho.cn/ios/YH_AFNetworking3.git`, tag `3.1.0_gzip`)
12 12
13 EXTERNAL SOURCES: 13 EXTERNAL SOURCES:
14 YH_AFNetworking3: 14 YH_AFNetworking3:
15 :git: http://git.yoho.cn/ios/YH_AFNetworking3.git 15 :git: http://git.yoho.cn/ios/YH_AFNetworking3.git
16 - :tag: 3.1.0_content-type 16 + :tag: 3.1.0_gzip
17 17
18 CHECKOUT OPTIONS: 18 CHECKOUT OPTIONS:
19 YH_AFNetworking3: 19 YH_AFNetworking3:
20 :git: http://git.yoho.cn/ios/YH_AFNetworking3.git 20 :git: http://git.yoho.cn/ios/YH_AFNetworking3.git
21 - :tag: 3.1.0_content-type 21 + :tag: 3.1.0_gzip
22 22
23 SPEC CHECKSUMS: 23 SPEC CHECKSUMS:
24 YH_AFNetworking3: 7e9978565d400fc9c237b4467ef1ab686e10d00d 24 YH_AFNetworking3: 7e9978565d400fc9c237b4467ef1ab686e10d00d
25 25
26 -PODFILE CHECKSUM: 9ec05c0d620766cede6584e64ee103ab40a4963e 26 +PODFILE CHECKSUM: 0a63f05efec85c9bc335734d580e8447d9df6a28
27 27
28 COCOAPODS: 1.2.0 28 COCOAPODS: 1.2.0
@@ -47,7 +47,7 @@ @@ -47,7 +47,7 @@
47 - (IBAction)handleCrashButtonClick:(id)sender { 47 - (IBAction)handleCrashButtonClick:(id)sender {
48 48
49 NSArray * arr = @[@"11"]; 49 NSArray * arr = @[@"11"];
50 - NSString * string = [arr objectAtIndex: 2]; 50 + [arr objectAtIndex: 2];
51 } 51 }
52 52
53 - (IBAction)handleSegmentClick:(id)sender { 53 - (IBAction)handleSegmentClick:(id)sender {