[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / a / 5 / 7 / POSScheduling / 3.2.0 / POSScheduling.podspec.json
blob86c9f760d7ee1ae6790830ddd30c555b82a0f093
2   "name": "POSScheduling",
3   "version": "3.2.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": "3.2.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   }