blob: f4168726dbf1fb898df4a634c3b0a1f936ac0b5d [file] [log] [blame]
{
"name": "MIRToolTip",
"version": "0.1.1",
"summary": "A convenience cocoa pod that extends view controller class that displays a tooltip.",
"description": "\"A convenience cocoa pod that extends view controller class for presenting customizable tooltip messages.\"",
"homepage": "https://github.com/mir-taqi/MIRToolTip",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mir-taqi": "taqi1435@gmail.com"
},
"source": {
"git": "https://github.com/mir-taqi/MIRToolTip.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"MIRToolTip/Classes/*.h",
"MIRToolTip/Classes/*.m"
],
"frameworks": "UIKit"
}