[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 2 / 9 / APLExpandableCollectionView / 0.0.5 / APLExpandableCollectionView.podspec.json
blobcc66a3248e22301eb88d0cabb829e7f1e8e64067
2   "name": "APLExpandableCollectionView",
3   "version": "0.0.5",
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",
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.5"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "requires_arc": true