[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / 5 / 7 / POSScheduling / 4.0.0 / POSScheduling.podspec.json
blob9bcb0b2e3cfcb79d9fe0bc0a2013111d07f86995
2   "name": "POSScheduling",
3   "version": "4.0.0",
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": "4.0.0"
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   }