blob: 2b6ac40b4a798f6ec72307ce65910cf36ebc496e [file] [log] [blame]
{
"name": "PopUpCollectionView",
"version": "0.1.0",
"summary": "A rethinking of the traditional collection view.",
"description": "Pop-Up Collection View is a redesign of a collection view with a vertical focus.",
"homepage": "https://github.com/lawrnce/PopUpCollectionView",
"license": "MIT",
"authors": {
"Lawrence Tran": "lawrence@tran.com"
},
"source": {
"git": "https://github.com/lawrnce/PopUpCollectionView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PopUpCollectionView": [
"Pod/Assets/*.png"
]
}
}