blob: a92d7cdad9729ae89bf1ec85e5db9731903c6090 [file] [log] [blame]
{
"name": "POSScheduling",
"version": "2.0.0",
"license": "MIT",
"summary": "Objective-C implementation of SchedulableObject pattern.",
"homepage": "https://github.com/pavelosipov/POSScheduling",
"authors": {
"Pavel Osipov": "posipov84@gmail.com"
},
"source": {
"git": "https://github.com/pavelosipov/POSScheduling.git",
"tag": "2.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/**/*.{h,m}",
"dependencies": {
"Aspects": [
],
"ReactiveObjC": [
],
"POSErrorHandling": [
]
}
}