blob: 90a6cca3873cab2fff55518f54a1b5f6a6dea182 [file] [log] [blame]
{
"name": "SCObjectStorage",
"version": "0.1.4",
"summary": "A short description of SCObjectStorage.",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"description": "This is the SpeedyCloud Object Storage SDK.",
"homepage": "https://github.com/grang/SCObjectStorage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alex.huang.guo@gmail.com": "alex.huang.guo@gmail.com"
},
"source": {
"git": "https://github.com/grang/SCObjectStorage.git",
"tag": "0.1.4"
},
"source_files": "SCObjectStorage/Classes/**/*.{h,m}",
"public_header_files": "SCObjectStorage/Classes/*.h",
"frameworks": [
"MobileCoreServices",
"CFNetwork"
]
}