blob: c7b009430e72a30c8eec12e3e264cc4a85474e59 [file] [log] [blame]
{
"name": "SCObjectStorage",
"version": "0.1.3",
"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.3"
},
"source_files": "SCObjectStorage/Classes/**/*.{h,m}",
"public_header_files": "SCObjectStorage/Classes/*.h",
"frameworks": [
"MobileCoreServices",
"CFNetwork"
]
}