blob: 70ff87738f7d0b921e79d1d1f5f85b4895e14800 [file] [log] [blame]
{
"name": "PMCircularCollectionView",
"version": "0.9.0",
"summary": "PMCircularCollectionView is a subclass of UICollectionView that scrolls infinitely in the horizontal or vertical direction.",
"homepage": "https://github.com/pm-dev/PMCircularCollectionView",
"license": "MIT",
"authors": {
"Peter Meyers": "petermeyers1@gmail.com"
},
"source": {
"git": "https://github.com/pm-dev/PMCircularCollectionView.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"public_header_files": "Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"PMUtils": [
]
}
}