blob: 87fbd6b009b776e4a563ef9450fdea49f15419a8 [file] [log] [blame]
{
"name": "BlockTimer",
"version": "0.2.0",
"summary": "BlockTimer is an NSTimer wrapper that executes a code block.",
"description": "BlockTimer is an NSTimer wrapper that executes a code block instead of requiring a selector.",
"homepage": "https://github.com/MynaBay/BlockTimer",
"license": "MIT",
"authors": {
"Kevin Snow": "kevin@mynabay.com"
},
"source": {
"git": "https://github.com/MynaBay/BlockTimer.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/MynaBay",
"platforms": {
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h"
}