blob: c90045a22db597abd1f19fb64beca1f9cb9c1dba [file] [log] [blame]
{
"name": "CLKTooltip",
"version": "1.1.0",
"summary": "A tooltip that does all the right things",
"homepage": "http://www.clinkle.com",
"license": "MIT",
"authors": {
"Clinkle": "tyler@clinkle.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Clinkle/CLKTooltip.git",
"tag": "1.1.0"
},
"source_files": "CLKTooltip/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0"
]
}
}