blob: 22bd643726263eb7b9bcdb57519853ad2fba7e06 [file] [log] [blame]
{
"name": "RCRTimers",
"version": "1.0.0",
"summary": "iOS timers that can be used to run code at regular intervals.",
"homepage": "https://github.com/robinsonrc/RCRTimers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Rich Robinson",
"source": {
"git": "https://github.com/robinsonrc/RCRTimers.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"RCRTimers/*.{h,m}"
],
"frameworks": "Foundation"
}