blob: 1c3d502030a501b9e5038ee44f23471e2c40a289 [file] [log] [blame]
{
"name": "CoreOperation",
"version": "1.1.0",
"summary": "Wrapper project to simplify NSOperation and NSOperationQueue.",
"homepage": "https://github.com/GabrielMassana",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Gabriel Massana": "gabrielmassana@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GabrielMassana/CoreOperation-iOS.git",
"tag": "1.1.0",
"branch": "master"
},
"source_files": "CoreOperation-iOS/**/*.{h,m}",
"public_header_files": "CoreOperation-iOS/**/*.{h}",
"requires_arc": true
}