blob: 9b5da65b8409ac29680088e110bd2b515d527c6c [file] [log] [blame]
{
"name": "POSScheduling",
"version": "3.2.1",
"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": "3.2.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/**/*.{h,m}",
"dependencies": {
"Aspects": [
],
"ReactiveObjC": [
],
"POSErrorHandling": [
]
}
}