Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lx authored and lx committed Sep 28, 2017
1 parent 58a1655 commit 45c1b84
Show file tree
Hide file tree
Showing 298 changed files with 27,710 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
platform:ios,'8.0'
target 'TextApp' do

pod 'AFNetworking', '~> 3.1.0'
pod 'SDWebImage', '~> 4.1.0'
pod 'FMDB', '~> 2.7.2'
pod 'MJRefresh', '~> 3.1.12'
end
39 changes: 39 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
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
- FMDB (2.7.2):
- FMDB/standard (= 2.7.2)
- FMDB/standard (2.7.2)
- MJRefresh (3.1.12)
- SDWebImage (4.1.0):
- SDWebImage/Core (= 4.1.0)
- SDWebImage/Core (4.1.0)

DEPENDENCIES:
- AFNetworking (~> 3.1.0)
- FMDB (~> 2.7.2)
- MJRefresh (~> 3.1.12)
- SDWebImage (~> 4.1.0)

SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
FMDB: 6198a90e7b6900cfc046e6bc0ef6ebb7be9236aa
MJRefresh: b96cdb21c4aa75a7b07654311ab2f315c497e806
SDWebImage: 0e435c14e402a6730315a0fb79f95e68654d55a4

PODFILE CHECKSUM: ed244d0dec26bdb20959b065bba2947fb9a520f3

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

Large diffs are not rendered by default.

Loading

0 comments on commit 45c1b84

Please sign in to comment.