Skip to content

Commit

Permalink
arriveD
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyafeng123 committed Nov 13, 2017
1 parent 2e5ee4e commit d994a8f
Show file tree
Hide file tree
Showing 2,232 changed files with 79,787 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
22 changes: 22 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
project 'arriveD.xcodeproj'

# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'

target 'arriveD' do
# Uncomment this line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!

# Pods for arriveD
pod 'AFNetworking', '~> 3.1'
pod 'MJRefresh', '~> 3.1'
pod 'MBProgressHUD', '~> 0.9.2'
pod 'MZTimerLabel', '~> 0.5'
pod 'AMapNavi', '~> 5.1'
pod 'AMapSearch', '~> 5.2'
pod 'AMapLocation', '~> 2.4'
pod 'IQKeyboardManager', '~> 4.0'
pod 'MWPhotoBrowser', '~> 2.1.2'
pod 'JPush', '~> 3.0.6'
pod 'UMengAnalytics-NO-IDFA', '~> 4.2.5'
end
77 changes: 77 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
PODS:
- AFNetworking (3.1.0):
- AFNetworking/NSURLSession (= 3.1.0)
- AFNetworking/Reachability (= 3.1.0)
- AFNetworking/Security (= 3.1.0)
- AFNetworking/Serialization (= 3.1.0)
- AFNetworking/UIKit (= 3.1.0)
- AFNetworking/NSURLSession (3.1.0):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (3.1.0)
- AFNetworking/Security (3.1.0)
- AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- AMap3DMap (5.2.1):
- AMapFoundation (~> 1.3)
- AMapFoundation (1.4.1)
- AMapLocation (2.4.0):
- AMapFoundation (~> 1.4)
- AMapNavi (5.1.0):
- AMap3DMap (>= 5.2.1)
- AMapFoundation (~> 1.4)
- AMapSearch (5.2.1):
- AMapFoundation (~> 1.2)
- DACircularProgress (2.3.1)
- IQKeyboardManager (4.0.10)
- JCore (1.1.5)
- JPush (3.0.6):
- JCore (~> 1.1.1)
- MBProgressHUD (0.9.2)
- MJRefresh (3.1.12)
- MWPhotoBrowser (2.1.2):
- DACircularProgress (~> 2.3)
- MBProgressHUD (~> 0.9)
- SDWebImage (!= 3.7.2, ~> 3.7)
- MZTimerLabel (0.5.4)
- SDWebImage (3.8.2):
- SDWebImage/Core (= 3.8.2)
- SDWebImage/Core (3.8.2)
- UMengAnalytics-NO-IDFA (4.2.5)

DEPENDENCIES:
- AFNetworking (~> 3.1)
- AMapLocation (~> 2.4)
- AMapNavi (~> 5.1)
- AMapSearch (~> 5.2)
- IQKeyboardManager (~> 4.0)
- JPush (~> 3.0.6)
- MBProgressHUD (~> 0.9.2)
- MJRefresh (~> 3.1)
- MWPhotoBrowser (~> 2.1.2)
- MZTimerLabel (~> 0.5)
- UMengAnalytics-NO-IDFA (~> 4.2.5)

SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
AMap3DMap: 5a98d7c08d23a7f07853e7ee2fa7650057b75896
AMapFoundation: 9cc5198980873cca29bb70466a84b3bd922c0e65
AMapLocation: 47b62b5381a66e4d0c2931b70ffde72682427896
AMapNavi: 9127e7cc171499830bc5613bc568984ad0b0ed04
AMapSearch: 4979b98adf56ed4dabe735435ed78d759ba0c21f
DACircularProgress: 4dd437c0fc3da5161cb289e07ac449493d41db71
IQKeyboardManager: 593ee99b88381f4b9ccb22bd680f22606351bd41
JCore: 9bd9c770c877c583d98b90a68792b8361974c231
JPush: c41be50eb1a574a66aeb68d237f00a4ec6ec3a82
MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1
MJRefresh: b96cdb21c4aa75a7b07654311ab2f315c497e806
MWPhotoBrowser: 5836d7aa041dc05a13de380c246826578adc5ea5
MZTimerLabel: cd9bfb9304540ef2a9e163384fca9c978f0dbf83
SDWebImage: 098e97e6176540799c27e804c96653ee0833d13c
UMengAnalytics-NO-IDFA: 16666e32edce5be44ae5b14aaaa7f3582e09d6ab

PODFILE CHECKSUM: 0ffc840ca5fbdd0cc4cfcd3ac36def9f5db17759

COCOAPODS: 1.0.1
295 changes: 295 additions & 0 deletions Pods/AFNetworking/AFNetworking/AFHTTPSessionManager.h

Large diffs are not rendered by default.

Loading

0 comments on commit d994a8f

Please sign in to comment.