diff --git a/.gitignore b/.gitignore index e889432..c2c9931 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ xcuserdata/ # Pod *.xcworkspace/ -Podfile.lock Pods/ # R.swift diff --git a/Podfile b/Podfile index 5e2631f..209c314 100644 --- a/Podfile +++ b/Podfile @@ -3,21 +3,18 @@ platform :ios, '9.0' target 'Httper' do pod 'Alamofire', '~> 4' - pod 'M80AttributedLabel', '~> 1.6' - pod 'Kanna', '~> 4' - pod 'UITextView+Placeholder', '~> 1.2' pod 'DGElasticPullToRefresh', '~> 1.1' - pod 'MGKeyboardAccessory', '~> 0.4' pod 'FacebookCore', '~> 0.2' pod 'FacebookLogin', '~> 0.2' - pod 'ReachabilitySwift', '~> 3' - pod 'SwiftyUserDefaults', '~> 3' - pod 'SwiftyJSON', '~> 4' - pod 'NVActivityIndicatorView', '~> 4' + pod 'Kanna', '~> 4' pod 'Kingfisher', '~> 4' - pod 'UIImageView+Extension', '~> 0.2' - pod 'R.swift', '= 5.0.0.alpha.2' + pod 'M80AttributedLabel', '~> 1' pod 'MGFormatter', '~> 0.3' + pod 'MGKeyboardAccessory', '~> 0.4' + pod 'NVActivityIndicatorView', '~> 4' + pod 'PagingKit', '~> 1' + pod 'R.swift', '= 5.0.0.alpha.2' + pod 'ReachabilitySwift', '~> 3' pod 'Reusable', '~> 4' pod 'RxSwift', '~> 4' pod 'RxCocoa', '~> 4' @@ -25,8 +22,11 @@ target 'Httper' do pod 'RxFlow', '~> 1.4' pod 'RxKingfisher', '~> 0.2' pod 'SnapKit', '~> 4' + pod 'SwiftyUserDefaults', '~> 3' + pod 'SwiftyJSON', '~> 4' pod 'UIGradient', '~> 1.2' - pod 'PagingKit', '~> 1' + pod 'UIImageView+Extension', '~> 0.2' + pod 'UITextView+Placeholder', '~> 1.2' end post_install do |installer| diff --git a/Podfile.lock b/Podfile.lock new file mode 100644 index 0000000..bbbddbf --- /dev/null +++ b/Podfile.lock @@ -0,0 +1,166 @@ +PODS: + - Alamofire (4.7.3) + - AttributedTextView (1.2.3) + - Bolts (1.9.0): + - Bolts/AppLinks (= 1.9.0) + - Bolts/Tasks (= 1.9.0) + - Bolts/AppLinks (1.9.0): + - Bolts/Tasks + - Bolts/Tasks (1.9.0) + - DGElasticPullToRefresh (1.1) + - Differentiator (3.1.0) + - FacebookCore (0.4.0): + - Bolts (~> 1.9) + - FBSDKCoreKit (~> 4.36) + - FacebookLogin (0.4.0): + - Bolts (~> 1.9) + - FacebookCore (~> 0.4) + - FBSDKCoreKit (~> 4.36) + - FBSDKLoginKit (~> 4.36) + - FBSDKCoreKit (4.36.0): + - Bolts (~> 1.7) + - FBSDKLoginKit (4.36.0): + - FBSDKCoreKit + - Fuzi (2.1.0) + - Kanna (4.0.2) + - Kingfisher (4.10.0) + - M80AttributedLabel (1.7.0) + - MGFormatter (0.3): + - AttributedTextView (~> 1.2) + - Fuzi (~> 2) + - SnapKit (~> 4) + - SwiftyJSON (~> 4) + - MGKeyboardAccessory (0.4) + - NVActivityIndicatorView (4.4.0): + - NVActivityIndicatorView/Presenter (= 4.4.0) + - NVActivityIndicatorView/Presenter (4.4.0) + - PagingKit (1.6.0) + - R.swift (5.0.0.alpha.2): + - R.swift.Library (~> 5.0.0.alpha.2) + - R.swift.Library (5.0.0.alpha.2) + - ReachabilitySwift (3) + - Reusable (4.0.3): + - Reusable/Storyboard (= 4.0.3) + - Reusable/View (= 4.0.3) + - Reusable/Storyboard (4.0.3) + - Reusable/View (4.0.3) + - RxCocoa (4.3.1): + - RxSwift (~> 4.0) + - RxDataSources (3.1.0): + - Differentiator (~> 3.0) + - RxCocoa (~> 4.0) + - RxSwift (~> 4.0) + - RxFlow (1.6.0): + - RxCocoa (>= 4.2.0) + - RxSwift (>= 4.2.0) + - RxKingfisher (0.2.0): + - Kingfisher (~> 4) + - RxCocoa (~> 4) + - RxSwift (~> 4) + - RxSwift (4.3.1) + - SnapKit (4.0.1) + - SwiftyJSON (4.2.0) + - SwiftyUserDefaults (3.0.1) + - UIGradient (1.2.0) + - "UIImageView+Extension (0.2.6)" + - "UITextView+Placeholder (1.2.1)" + +DEPENDENCIES: + - Alamofire (~> 4) + - DGElasticPullToRefresh (~> 1.1) + - FacebookCore (~> 0.2) + - FacebookLogin (~> 0.2) + - Kanna (~> 4) + - Kingfisher (~> 4) + - M80AttributedLabel (~> 1.6) + - MGFormatter (~> 0.3) + - MGKeyboardAccessory (~> 0.4) + - NVActivityIndicatorView (~> 4) + - PagingKit (~> 1) + - R.swift (= 5.0.0.alpha.2) + - ReachabilitySwift (~> 3) + - Reusable (~> 4) + - RxCocoa (~> 4) + - RxDataSources (~> 3) + - RxFlow (~> 1.4) + - RxKingfisher (~> 0.2) + - RxSwift (~> 4) + - SnapKit (~> 4) + - SwiftyJSON (~> 4) + - SwiftyUserDefaults (~> 3) + - UIGradient (~> 1.2) + - "UIImageView+Extension (~> 0.2)" + - "UITextView+Placeholder (~> 1.2)" + +SPEC REPOS: + https://github.com/cocoapods/specs.git: + - Alamofire + - AttributedTextView + - Bolts + - DGElasticPullToRefresh + - Differentiator + - FacebookCore + - FacebookLogin + - FBSDKCoreKit + - FBSDKLoginKit + - Fuzi + - Kanna + - Kingfisher + - M80AttributedLabel + - MGFormatter + - MGKeyboardAccessory + - NVActivityIndicatorView + - PagingKit + - R.swift + - R.swift.Library + - ReachabilitySwift + - Reusable + - RxCocoa + - RxDataSources + - RxFlow + - RxKingfisher + - RxSwift + - SnapKit + - SwiftyJSON + - SwiftyUserDefaults + - UIGradient + - "UIImageView+Extension" + - "UITextView+Placeholder" + +SPEC CHECKSUMS: + Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568 + AttributedTextView: 4c073150101402f0420ac3016ca4610bab156726 + Bolts: ac6567323eac61e203f6a9763667d0f711be34c8 + DGElasticPullToRefresh: 28f11a6026302a90f8ffebbc6e24748e584dddd3 + Differentiator: be49ca3408f0ecfc761e4c7763d20c62be01b9ad + FacebookCore: 770e57cfe250a4de4458b682191c0ff062dee247 + FacebookLogin: eb0f2251aca835a94d70a5f7e580edc46d1e1603 + FBSDKCoreKit: 3b8e6570eedb443f9fc4af196a7bf39f18e3a3d8 + FBSDKLoginKit: 8bccb6064708ab2f4251a7fc4e3b6d8d00ad91ba + Fuzi: 8c57344debff6d3a0c76a9e0f549152defdaaa48 + Kanna: c60b61d72554bf04ed1ee074f9b379855cab4892 + Kingfisher: 43c4b802d8b5256cf1f4379e9cd10b329be6d3e2 + M80AttributedLabel: 7dd017588f524b13149d4cf5c7b1eaf02b0f06a4 + MGFormatter: 05e168dc4b4ba2a956f383b8324e9bca0a22c538 + MGKeyboardAccessory: 4ea8edfeaac566a11b018259dba198df4f822304 + NVActivityIndicatorView: ec7440a57af2450319d3a4181cca7da6fc127064 + PagingKit: a03fdc031bdcea3ada7188a24c91f8947d0376bc + R.swift: 31fa1bd537fa81307815cc622122f33331f32174 + R.swift.Library: 3c21b823839bf5a6769dc7f96cb44479dab51b1b + ReachabilitySwift: f5b9bb30a0777fac8f09ce8b067e32faeb29bb64 + Reusable: 12b67a60e1f3e8c523cc910795dab733f58fbc7e + RxCocoa: 78763c7b07d02455598d9fc3c1ad091a28b73635 + RxDataSources: a843bad90c29817f5923ec8163f4af2de084ceb3 + RxFlow: 80ba3d5c5bf5820c5c160cb6b2d533c3038b165d + RxKingfisher: d3cd6dbd4e79b74a232e6de0d2014c976cc980fe + RxSwift: fe0fd770a43acdb7d0a53da411c9b892e69bb6e4 + SnapKit: 0de968a9fec17499afa29683b05d0c775b6d1c29 + SwiftyJSON: c4bcba26dd9ec7a027fc8eade48e2c911f229e96 + SwiftyUserDefaults: 3d273b1739b68ada3145dc754a70ec775bc5c8be + UIGradient: 48439bb1662c937b9a3d8b954712d0db5096372e + "UIImageView+Extension": bc26c60a9c8cd6fb515ae1e37377a6f0988e76d8 + "UITextView+Placeholder": 0c3efd97f37ea64bde7f34cc6e90fe02e87b3909 + +PODFILE CHECKSUM: 280937d0f463ba55c06c5acdfac6264b9c015f82 + +COCOAPODS: 1.5.3