[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / e / c / RCRScheduledTask / 1.1.0 / RCRScheduledTask.podspec.json
blob344e20985c88c65f9071f6fe89095a07cb491302
2   "name": "RCRScheduledTask",
3   "version": "1.1.0",
4   "summary": "A simple facility for running scheduled, repeating tasks within an iOS app using cron-like strings for minutes.",
5   "homepage": "https://github.com/robinsonrc/RCRScheduledTask",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Rich Robinson",
11   "source": {
12     "git": "https://github.com/robinsonrc/RCRScheduledTask.git",
13     "tag": "1.1.0"
14   },
15   "platforms": {
16     "ios": "8.1"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "RCRScheduledTask/*.{h,m}"
21   ],
22   "frameworks": "Foundation",
23   "dependencies": {
24     "RCRTimers": [
25       "~> 1.1"
26     ]
27   }