blob: a3c7929457e3df871e298dd7b7a9495bdb768c86 [file] [log] [blame]
{
"name": "nsobject-block",
"version": "0.1.0",
"summary": "A category of NSObject which has a method to run a block after an NSTimeInterval.",
"description": "A category of NSObject which has a method to run a block after a defined NSTimeInterval.",
"homepage": "https://github.com/manuelmarcos/nsobject-block",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Manuel Marcos Regalado": "manuel@manuelmarcos.es"
},
"source": {
"git": "https://github.com/manuelmarcos/nsobject-block.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/manu_marcos",
"platforms": {
"ios": "7.0"
},
"source_files": "nsobject-block/Classes/**/*"
}