blob: d08af3eac02bb7ec6de3fe9e29916d42f7cc7fdb [file] [log] [blame]
{
"name": "PSTImprovedCollectionView",
"version": "2.0.4",
"summary": "Open source replacement UICollectionView forked from steipete/PSTCollectionView, with some additional features.",
"authors": {
"Bao Lei": "bao.lei@me.com"
},
"homepage": "https://github.com/ba01ei/PSTImprovedCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/ba01ei/PSTImprovedCollectionView.git",
"tag": "2.0.4"
},
"platforms": {
"ios": "4.3"
},
"source_files": "PSTCollectionView/",
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true
}