blob: 1c4689b14b4a0ab535ecc07e83843665aac1c845 [file] [log] [blame]
{
"name": "SimpleLogger",
"version": "1.0.3",
"summary": "SimpleLogger is an easy to use log file generator for iOS that uploads to Amazon S3.",
"homepage": "https://github.com/simplymadeapps/simple-logger",
"license": "MIT",
"authors": {
"Bill Burgess": "bill@simplymadeapps.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/simplymadeapps/simple-logger.git",
"tag": "1.0.3"
},
"source_files": "SimpleLogger/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AWSS3": [
]
}
}