[Add] Netmera 3.24.6
[CocoaPods.git] / Specs / a / 5 / 7 / POSScheduling / 3.2.1 / POSScheduling.podspec.json
blob9b5da65b8409ac29680088e110bd2b515d527c6c
2   "name": "POSScheduling",
3   "version": "3.2.1",
4   "license": "MIT",
5   "summary": "Objective-C implementation of SchedulableObject pattern.",
6   "homepage": "https://github.com/pavelosipov/POSScheduling",
7   "authors": {
8     "Pavel Osipov": "posipov84@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pavelosipov/POSScheduling.git",
12     "tag": "3.2.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "Classes/**/*.{h,m}",
19   "dependencies": {
20     "Aspects": [
22     ],
23     "ReactiveObjC": [
25     ],
26     "POSErrorHandling": [
28     ]
29   }