blob: 17db9fa1c47eb32b7d4c627bce4f29f91e4ebd45 [file] [log] [blame]
{
"name": "PSTCollectionView",
"version": "1.2.1",
"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.1"
},
"platforms": {
"ios": "4.3"
},
"source_files": "PSTCollectionView/",
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true
}