blob: 551a10309b74ac9ba8804679871c1aebf3e5a99e [file] [log] [blame]
{
"name": "OWS3Client",
"version": "1.0",
"summary": "A simple way to upload files to S3 on iOS.",
"homepage": "https://github.com/OpenWatch/OWS3Client",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Ballinger": "chris@openwatch.net"
},
"social_media_url": "https://twitter.com/openwatch",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/OpenWatch/OWS3Client.git",
"tag": "1.0"
},
"source_files": "OWS3Client/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AWSiOSSDK/S3": [
"~> 1.7"
]
}
}