[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 8 / 2 / 9 / APLExpandableCollectionView / 0.0.3 / APLExpandableCollectionView.podspec.json
blob1b1f880e6e4ff27b8fa40788c2010d49b912cbbd
2   "name": "APLExpandableCollectionView",
3   "version": "0.0.3",
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                   * supports addition of sections\n",
6   "homepage": "https://github.com/apploft/APLExpandableCollectionView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": [
12     "Michael Kamphausen",
13     "Stella Sadova"
14   ],
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/apploft/APLExpandableCollectionView.git",
20     "tag": "0.0.3"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "requires_arc": true