blob: 3b1a57d22cc1e174c0bf82a779bac404ce0a34fa [file] [log] [blame]
{
"name": "BaseOperation",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"ios": {
"source_files": "BaseOperation/**/*.{swift}"
}
}