[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 0 / 5 / POSSchedulableObject / 1.0.0 / POSSchedulableObject.podspec.json
blob43aa6920d3d82f59e61f3a67753369272c39a26b
2   "name": "POSSchedulableObject",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Objective-C implementation of SchedulableObject pattern.",
6   "homepage": "https://github.com/pavelosipov/POSRx",
7   "authors": {
8     "Pavel Osipov": "posipov84@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pavelosipov/POSSchedulableObject.git",
12     "tag": "1.0.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.8"
18   },
19   "source_files": "Classes/**/*.{h,m}",
20   "dependencies": {
21     "Aspects": [
23     ],
24     "ReactiveCocoa": [
25       "< 3.0"
26     ]
27   }