| { |
| "name": "THPod", |
| "version": "1.0.3", |
| "summary": "A short description of THPod.", |
| "description": "Bundles of custom class and utilities which helping you saving a lot of time", |
| "homepage": "https://github.com/tthufo/THPod", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "tthufo": "tthufo@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/tthufo/THPod.git", |
| "tag": "1.0.3" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "THPod/Classes", |
| "requires_arc": true, |
| "resource_bundles": { |
| "THPod": [ |
| "THPod/Assets/*" |
| ] |
| }, |
| "resources": "THPod/Assets/*", |
| "frameworks": "CoreData", |
| "public_header_files": "THPod/Classes/*.h", |
| "dependencies": { |
| "FBSDKCoreKit": [ |
| "~> 4.4" |
| ], |
| "FBSDKLoginKit": [ |
| "~> 4.4" |
| ], |
| "FBSDKShareKit": [ |
| "~> 4.4" |
| ], |
| "AVHexColor": [ |
| "~> 2.0" |
| ], |
| "SVProgressHUD": [ |
| |
| ], |
| "Toast": [ |
| "~> 2.4" |
| ], |
| "Reachability": [ |
| "~> 3.2" |
| ], |
| "AFNetworking": [ |
| "~> 3.1" |
| ], |
| "JSONKit-NoWarning": [ |
| "~> 1.2" |
| ], |
| "SDWebImage": [ |
| "~> 3.7" |
| ], |
| "hpple": [ |
| "~> 0.2" |
| ], |
| "JCNotificationBannerPresenter": [ |
| "~> 1.1" |
| ] |
| } |
| } |