[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 8 / 2 / 9 / APLExpandableCollectionView / 0.0.2 / APLExpandableCollectionView.podspec.json
blob3cf3e7f09f2fcdbd155db97c262181224f5cadde
2   "name": "APLExpandableCollectionView",
3   "version": "0.0.2",
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                   * supports single and multiple expanded sections\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.2"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true