[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / e / c / RCRScheduledTask / 1.0.0 / RCRScheduledTask.podspec.json
blob2ac6fc7f3e80989ff989fa205e4beb3fa8198531
2   "name": "RCRScheduledTask",
3   "version": "1.0.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.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "RCRScheduledTask/*.{h,m}"
21   ],
22   "frameworks": "Foundation"