blob: f05729487b9d181d3d35473dc325da0eb3efadc8 [file] [log] [blame]
{
"name": "RCRTimers",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": [
"RCRTimers/*.{h,m}"
],
"frameworks": "UIKit"
}