blob: bbea1e77e3e8bb86f2959357e78c82dfa8a3cb95 [file] [log] [blame]
{
"name": "MKBToolTips",
"version": "0.1.0",
"summary": "An easy way to show a tooltip for any UIView",
"description": "An easy way to show a tooltip for a UIView at a specified angle",
"homepage": "https://github.com/Megatron1000/MKBToolTips",
"license": "MIT",
"authors": {
"Mark Bridges": "support@mark-bridges.com"
},
"source": {
"git": "https://github.com/Megatron1000/MKBToolTips.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"resources": "Pod/Classes/*.{xib}",
"resource_bundles": {
"MKBToolTips": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PureLayout": [
"~> 3.0"
]
}
}