blob: defd3eb6041e3afbe5a4d45c2c473d7926926873 [file] [log] [blame]
{
"name": "NSObject-Tap",
"version": "1.0.0",
"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.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}