| { |
| "name": "RCRScheduledTask", |
| "version": "1.0.0", |
| "summary": "A simple facility for running scheduled, repeating tasks within an iOS app using cron-like strings for minutes.", |
| "homepage": "https://github.com/robinsonrc/RCRScheduledTask", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Rich Robinson", |
| "source": { |
| "git": "https://github.com/robinsonrc/RCRScheduledTask.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": [ |
| "RCRScheduledTask/*.{h,m}" |
| ], |
| "frameworks": "Foundation" |
| } |