blob: 7aefabd8db017d1ab0a56b00fc51fcad3a948dc1 [file] [log] [blame]
{
"name": "AZExpandableIconListView",
"version": "0.1.1",
"summary": "Expandable icon list view",
"description": "An expandable/collapsible UIView that holds an array of UIImageView. Something like accordion.",
"homepage": "https://github.com/Azuritul/AZExpandableIconListView",
"license": "MIT",
"authors": {
"Chris Wu(Azuritul)": "azuritul@gmail.com"
},
"source": {
"git": "https://github.com/Azuritul/AZExpandableIconListView.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/azuritul",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AZExpandableIconListView": [
"Pod/Assets/*.png"
]
}
}