| { |
| "name": "POSScheduling", |
| "version": "3.2.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": "3.2.0" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Classes/**/*.{h,m}", |
| "dependencies": { |
| "Aspects": [ |
| |
| ], |
| "ReactiveObjC": [ |
| |
| ], |
| "POSErrorHandling": [ |
| |
| ] |
| } |
| } |