| { |
| "name": "toastcam_loginkit", |
| "version": "1.1.0", |
| "summary": "A short description of toastcam_loginkit.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.nhnent.com/mediatechlab/toastcam_loginkit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "pisces": "pisces@nhnent.com" |
| }, |
| "source": { |
| "git": "https://github.nhnent.com/mediatechlab/toastcam_loginkit.git", |
| "tag": "1.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "toastcam_loginkit/Classes/**/*", |
| "resources": "toastcam_loginkit/Assets/**/*", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.6.0" |
| ], |
| "AlamofireObjectMapper": [ |
| "~> 5.0.0" |
| ], |
| "APNSUtil": [ |
| "~> 1.3.0" |
| ], |
| "toastcam_uikit": [ |
| "~> 1.0.5" |
| ] |
| }, |
| "frameworks": [ |
| "SystemConfiguration", |
| "MobileCoreServices", |
| "AdSupport", |
| "AssetsLibrary" |
| ] |
| } |