[Add] GoogleMobileAdsMediationIronSource 8.6.0.0.0
[CocoaPods.git] / Specs / 8 / 2 / 9 / APLExpandableCollectionView / 0.0.1 / APLExpandableCollectionView.podspec.json
blob5ad22ee7482d80e3ef301e7cfee46d7657ee3476
2   "name": "APLExpandableCollectionView",
3   "version": "0.0.1",
4   "summary": "UICollectionView subclass with vertically expandable and collapsible sections",
5   "description": "                   * animated expand and collapse animation\n                   * scrolls expanded section to visible\n                   * customizable flow layout for iPhone and iPad\n",
6   "homepage": "https://github.com/apploft/APLExpandableCollectionView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Kamphausen": "michael.kamphausen@apploft.de"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/apploft/APLExpandableCollectionView.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true