blob: 7b832aeff59266a6d96c6910df251520fa11638a [file] [log] [blame]
{
"name": "BlockLooper",
"version": "0.0.2",
"summary": "Helper class that lets you loop a closure until you tell it to stop. In Swift.",
"homepage": "http://github.com/al7/BlockLooper",
"license": "MIT",
"authors": {
"Alex Leite": "admin@al7dev.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/al7/BlockLooper.git",
"tag": "0.0.2"
},
"source_files": [
"BlockLooper/Source",
"BlockLooper/Source/**/*.{h,m,swift}"
],
"requires_arc": true
}