blob: ea8a4faf916a1fa35aab1f376ab311b8e8650dbc [file] [log] [blame]
{
"name": "BaseOperation",
"version": "0.0.3",
"summary": "Easy to use base class for Operation",
"description": "Easy to use base class for Operation",
"homepage": "https://github.com/robertherdzik/BaseOperation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert Herdzik": "robert.herdzik@yahoo.com"
},
"source": {
"git": "https://github.com/robertherdzik/BaseOperation.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"ios": {
"source_files": "BaseOperation/**/*.{swift}"
}
}