[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 6 / b / AZExpandableIconListView / 0.1.0 / AZExpandableIconListView.podspec.json
blob1fa70dc2681fbe5d2016331de8cc4c68b98c1f87
2   "name": "AZExpandableIconListView",
3   "version": "0.1.0",
4   "summary": "Expandable icon list view",
5   "description": "An expandable/collapsible UIView that holds an array of UIImageView. Something like accordion.",
6   "homepage": "https://github.com/Azuritul/AZExpandableIconListView",
7   "license": "MIT",
8   "authors": {
9     "Chris Wu(Azuritul)": "azuritul@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Azuritul/AZExpandableIconListView.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/azuritul",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "AZExpandableIconListView": [
23       "Pod/Assets/*.png"
24     ]
25   }