blob: c2cd0c94cf6c8210a0349794f2f2d4ec26af5e9f [file] [log] [blame]
{
"name": "AmazonS3RequestManager",
"version": "0.1.0",
"license": "MIT",
"summary": "An Alamofire Manager subclass for Amazon S3 requests.",
"homepage": "https://github.com/AnthonyMDev/AmazonS3RequestManager",
"social_media_url": "http://twitter.com/AnthonyMDev",
"authors": {
"Anthony Miller": "AnthonyMDev@gmail.com"
},
"source": {
"git": "https://github.com/AnthonyMDev/AmazonS3RequestManager.git",
"tag": "0.1.0"
},
"frameworks": [
"Foundation",
"MobileCoreServices"
],
"platforms": {
"ios": "8.0"
},
"source_files": "AmazonS3RequestManager/*.{h,m,swift}",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 1.1"
]
}
}