blob: 6dda1fb86a88f8e6e7f4a6c1b65885c2b2785a7f [file] [log] [blame]
{
"name": "CoreOperation",
"version": "1.0.6",
"summary": "A static library project that simplifies 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.0.6",
"branch": "master"
},
"source_files": "CoreOperation-iOS/**/*.{h,m}",
"public_header_files": "CoreOperation-iOS/**/*.{h}",
"requires_arc": true
}