Skip to content

Commit

Permalink
新建美团工程
Browse files Browse the repository at this point in the history
  • Loading branch information
lookingstars committed Jul 6, 2015
1 parent 0f1f02b commit c4549ee
Show file tree
Hide file tree
Showing 413 changed files with 32,192 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
platform :ios, '7.0'
pod "AFNetworking", "~>2.0"
pod 'SDWebImage'
pod 'MBProgressHUD', '~> 0.9.1'
pod 'MJRefresh'
pod 'MJExtension'
pod 'SVProgressHUD'
47 changes: 47 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
PODS:
- AFNetworking (2.5.3):
- AFNetworking/NSURLConnection (= 2.5.3)
- AFNetworking/NSURLSession (= 2.5.3)
- AFNetworking/Reachability (= 2.5.3)
- AFNetworking/Security (= 2.5.3)
- AFNetworking/Serialization (= 2.5.3)
- AFNetworking/UIKit (= 2.5.3)
- AFNetworking/NSURLConnection (2.5.3):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/NSURLSession (2.5.3):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (2.5.3)
- AFNetworking/Security (2.5.3)
- AFNetworking/Serialization (2.5.3)
- AFNetworking/UIKit (2.5.3):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- MBProgressHUD (0.9.1)
- MJExtension (1.2.1)
- MJRefresh (1.4.5)
- SDWebImage (3.7.2):
- SDWebImage/Core (= 3.7.2)
- SDWebImage/Core (3.7.2)
- SVProgressHUD (1.1.3)

DEPENDENCIES:
- AFNetworking (~> 2.0)
- MBProgressHUD (~> 0.9.1)
- MJExtension
- MJRefresh
- SDWebImage
- SVProgressHUD

SPEC CHECKSUMS:
AFNetworking: e1d86c2a96bb5d2e7408da36149806706ee122fe
MBProgressHUD: c47f2c166c126cf2ce36498d80f33e754d4e93ad
MJExtension: 5e1d1c7504b79417e672df30ffbbbe61a4aa70fe
MJRefresh: 4b24394e577ea399fbc926e5b6072317aae2c152
SDWebImage: 71b7cdc1d1721d6a82ed62889030225f2c249e29
SVProgressHUD: 748080e4f36e603f6c02aec292664239df5279c1

COCOAPODS: 0.36.4
67 changes: 67 additions & 0 deletions Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

207 changes: 207 additions & 0 deletions Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c4549ee

Please sign in to comment.