Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
JunyiXie committed May 6, 2017
1 parent c459dd5 commit 078fd77
Show file tree
Hide file tree
Showing 1,303 changed files with 83,166 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'RecordLife' do

pod 'AFNetworking', '~> 3.0'
pod 'MJExtension'
pod "JazzHands"
pod ‘ReactiveCocoa’,~> 2.5
pod ‘MBProgressHUD’
pod ’SDWebImage’
pod ‘TPKeyboardAvoiding’
pod ‘FlatUIKit’
pod ‘MJRefresh’
pod ‘TWMessageBarManager’
pod ‘SSKeychain’
pod 'JSPatchPlatform'
pod ‘Masonry’

pod 'Reveal-SDK', :configurations => ['Debug']

end
80 changes: 80 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
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
- FlatUIKit (1.6.2)
- JazzHands (2.0.8)
- JSPatch (1.1.2):
- JSPatch/Core (= 1.1.2)
- JSPatch/Core (1.1.2)
- JSPatchPlatform (1.6.5):
- JSPatchPlatform/Core (= 1.6.5)
- JSPatchPlatform/Core (1.6.5):
- JSPatch
- Masonry (1.0.2)
- MBProgressHUD (1.0.0)
- MJExtension (3.0.13)
- MJRefresh (3.1.12)
- ReactiveCocoa (2.5):
- ReactiveCocoa/UI (= 2.5)
- ReactiveCocoa/Core (2.5):
- ReactiveCocoa/no-arc
- ReactiveCocoa/no-arc (2.5)
- ReactiveCocoa/UI (2.5):
- ReactiveCocoa/Core
- Reveal-SDK (8)
- SDWebImage (3.8.2):
- SDWebImage/Core (= 3.8.2)
- SDWebImage/Core (3.8.2)
- SSKeychain (1.4.1)
- TPKeyboardAvoiding (1.3.1)
- TWMessageBarManager (1.8.1)

DEPENDENCIES:
- AFNetworking (~> 3.0)
- FlatUIKit
- JazzHands
- JSPatchPlatform
- Masonry
- MBProgressHUD
- MJExtension
- MJRefresh
- ReactiveCocoa (~> 2.5)
- Reveal-SDK
- SDWebImage
- SSKeychain
- TPKeyboardAvoiding
- TWMessageBarManager

SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
FlatUIKit: 1b41f0d4952ce8d970d8479ce79df54a960242c4
JazzHands: 355dc5c2b6fc38ee460d0ed7836c69539263f477
JSPatch: 741205ebb2e2238c223a436e4c8cf75cf40a345f
JSPatchPlatform: 45e5a0b2d0a229baec33cbcf7dd3fdb0630edbe8
Masonry: 7c429b56da9d4ee0bbb3ed77a5ea710d6a5df39e
MBProgressHUD: 4890f671c94e8a0f3cf959aa731e9de2f036d71a
MJExtension: 5932755f451458eefa24239358817f8d291240c7
MJRefresh: b96cdb21c4aa75a7b07654311ab2f315c497e806
ReactiveCocoa: e2db045570aa97c695e7aa97c2bcab222ae51f4a
Reveal-SDK: 43be4e662864e937960d0d04d005135e29c4e53b
SDWebImage: 098e97e6176540799c27e804c96653ee0833d13c
SSKeychain: 55cc80f66f5c73da827e3077f02e43528897db41
TPKeyboardAvoiding: 0d6af20e95e2850f4c621841225b59ec7d8dd852
TWMessageBarManager: fd84e7948ba7968a2b5d9454859135761214ec56

PODFILE CHECKSUM: 78b6912c416499dbf8b70c88511d92481e2237db

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

Large diffs are not rendered by default.

Loading

0 comments on commit 078fd77

Please sign in to comment.