blob: 46ced1072d9bf5f13e548d79d55d109f107e92aa [file] [log] [blame]
{
"name": "AWSWrapper",
"version": "0.1.9",
"summary": "A short description of AWSWrapper.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/lyc2345/AWSWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lyc2345": "lyc2345@gmail.com"
},
"source": {
"git": "https://github.com/lyc2345/AWSWrapper.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"resource_bundles": {
"Resources": [
"AWSWrapper/**/*.{png,storyboard,lproj}"
]
},
"dependencies": {
"AWSCognito": [
"~> 2.5.2"
],
"AWSCognitoIdentityProvider": [
"~> 2.5.2"
],
"AWSDynamoDB": [
"~> 2.5.2"
],
"AWSCore": [
"~> 2.5.2"
],
"AWSS3": [
"~> 2.5.2"
],
"DS": [
"~> 0.1.10"
],
"AFNetworking": [
"~> 3.0"
],
"SAMKeychain": [
]
},
"vendored_frameworks": "AWSWrapper/*.{framework}"
},
"source_files": "AWSWrapper/Classes/**/*"
}