blob: 8d98ae316d5820621a10f78e7933057f40d2a521 [file] [log] [blame]
{
"name": "PMBrowsingCollectionView",
"version": "0.9.0",
"summary": "PMBrowsingCollectionView is a subclass of UICollectionView that introduces expanded vs. collapsed sections.",
"homepage": "https://github.com/pm-dev/PMBrowsingCollectionView",
"license": "MIT",
"authors": {
"Peter Meyers": "petermeyers1@gmail.com"
},
"source": {
"git": "https://github.com/pm-dev/PMBrowsingCollectionView.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/PMBrowsingCollectionView.{h,m}",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"dependencies": {
"PMUtils": [
],
"PMCircularCollectionView": [
]
},
"subspecs": [
{
"name": "PMStickyHeaderFlowLayout",
"source_files": "Classes/ios/PMStickyHeaderFlowLayout/PMStickyHeaderFlowLayout.{h,m}"
}
]
}