blob: 8dc708e489ed330eebf6b0fcb668cf7f6b02da0e [file] [log] [blame]
{
"name": "PSTCollectionView",
"version": "1.2.0",
"summary": "Open Source, 100% API compatible replacement of UICollectionView for iOS4+.",
"homepage": "https://github.com/steipete/PSTCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"Peter Steinberger",
"steipete@gmail.com"
],
"source": {
"git": "https://github.com/steipete/PSTCollectionView.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "4.3"
},
"source_files": "PSTCollectionView/",
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true
}