blob: d7f41ca2b837f4f68224970c8dcbe96e860f36bf [file] [log] [blame]
{
"name": "SSOperations",
"version": "0.1.0",
"summary": "Handy NSOperationQueue and NSBlockOperation helpers.",
"homepage": "https://github.com/splinesoft/SSOperations",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Hersh": "jon@her.sh"
},
"source": {
"git": "https://github.com/splinesoft/SSOperations.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "SSOperations/*.{h,m}",
"frameworks": "Foundation",
"compiler_flags": "-fmodules"
}