[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / a / 6 / 8 / PMBrowsingCollectionView / 0.9.0 / PMBrowsingCollectionView.podspec.json
blob8d98ae316d5820621a10f78e7933057f40d2a521
2   "name": "PMBrowsingCollectionView",
3   "version": "0.9.0",
4   "summary": "PMBrowsingCollectionView is a subclass of UICollectionView that introduces expanded vs. collapsed sections.",
5   "homepage": "https://github.com/pm-dev/PMBrowsingCollectionView",
6   "license": "MIT",
7   "authors": {
8     "Peter Meyers": "petermeyers1@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pm-dev/PMBrowsingCollectionView.git",
12     "tag": "0.9.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Classes/**/PMBrowsingCollectionView.{h,m}",
19   "ios": {
20     "exclude_files": "Classes/osx"
21   },
22   "osx": {
23     "exclude_files": "Classes/ios"
24   },
25   "frameworks": [
26     "Foundation",
27     "CoreGraphics",
28     "UIKit"
29   ],
30   "dependencies": {
31     "PMUtils": [
33     ],
34     "PMCircularCollectionView": [
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "PMStickyHeaderFlowLayout",
41       "source_files": "Classes/ios/PMStickyHeaderFlowLayout/PMStickyHeaderFlowLayout.{h,m}"
42     }
43   ]