blob: 546fd84c3283eecbabb601ca40ff97cbd207f5d7 [file] [log] [blame]
{
"name": "NSObject-Tap",
"version": "1.0.1",
"summary": "`tap:` method for Objective-C borrowed from Ruby.",
"homepage": "https://github.com/ikesyo/NSObject-Tap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Syo Ikeda": "suicaicoca@gmail.com"
},
"source": {
"git": "https://github.com/ikesyo/NSObject-Tap.git",
"tag": "1.0.1"
},
"source_files": "*.{h,m}",
"requires_arc": true
}