blob: c4df8f6498d6d232ad3876e5a3863cc26f56e6e2 [file] [log] [blame]
{
"name": "AFS3Client",
"version": "0.2.3",
"summary": "AFNetworking Client for the Amazon S3 API.",
"homepage": "https://github.com/jallen/AFS3Client",
"license": "MIT",
"authors": {
"Jared Allen": "jared@redcact.us"
},
"source": {
"git": "https://github.com/jai/AFS3Client.git",
"tag": "0.2.3"
},
"source_files": "AFS3Client",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"frameworks": [
"SystemConfiguration",
"MobileCoreServices"
],
"dependencies": {
"AFNetworking": [
"~> 1.3"
]
}
}