blob: 0569d0d0729d1061243843519e33ae040a93b20f [file] [log] [blame]
{
"name": "PMCircularCollectionView",
"version": "0.9.1",
"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.1"
},
"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": [
]
}
}