blob: 9a37e3e75216fe449840951e27fb04c942569b28 [file] [log] [blame]
{
"name": "CoreOperation",
"version": "1.0.3",
"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.3",
"branch": "master"
},
"source_files": "CoreOperation/CoreOperation/CoreOperation/**/*.{h,m}",
"public_header_files": "CoreOperation/CoreOperation/CoreOperation/**/*.{h}",
"requires_arc": true
}