| { |
| "name": "AWSPods", |
| "version": "0.1.1", |
| "summary": "A short description of AWSPods.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/lyc2345/AWSPods", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "lyc2345": "lyc2345@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/lyc2345/AWSPods.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "ios": { |
| "resource_bundles": { |
| "Resources": [ |
| "AWSPods/**/*.{png,storyboard,lproj}" |
| ] |
| }, |
| "source_files": "AWSPods/Classes/**/*", |
| "dependencies": { |
| "AWSCognito": [ |
| "~> 2.5.7" |
| ], |
| "AWSCognitoIdentityProvider": [ |
| "~> 2.5.7" |
| ], |
| "AWSDynamoDB": [ |
| "~> 2.5.7" |
| ], |
| "AWSCore": [ |
| "~> 2.5.7" |
| ], |
| "DS": [ |
| |
| ], |
| "AFNetworking": [ |
| "~> 3.0" |
| ], |
| "SAMKeychain": [ |
| |
| ] |
| } |
| }, |
| "vendored_frameworks": "AWSPods/*.{framework}", |
| "deprecated": true |
| } |