blob: 39478cb382a02233abb6b6f4f7c93d25f45f1130 [file] [log] [blame]
{
"name": "RCRScheduledTask",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"RCRScheduledTask/*.{h,m}"
],
"frameworks": "Foundation",
"dependencies": {
"RCRTimers": [
"~> 1.0"
]
}
}