blob: 0a073a4f78fec569b7a6b9894a8ae40117617d99 [file] [log] [blame]
{
"name": "UIView+SearchHierarchy",
"version": "1.0.0",
"summary": "Searches a UIView's ancestor hierarchy to see if it's contained within a specific class.",
"homepage": "https://github.com/needbee/uiview-searchhierarchy",
"license": "MIT",
"authors": {
"Josh Justice": "josh@need-bee.com"
},
"source": {
"git": "https://github.com/needbee/uiview-searchhierarchy.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"src",
"src/**/*.{h,m}"
]
}