blob: 1517e0c5ef40196f74b32d6dd3d0df5811717363 [file] [log] [blame]
{
"name": "BlockTimer",
"version": "0.1.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.1.0"
},
"social_media_url": "https://twitter.com/MynaBay",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BlockTimer": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}