blob: 7b58c6d0a316e3bd2b7791f1224bf1253cf47720 [file] [log] [blame]
{
"name": "CollectionViewArray",
"version": "0.1.0",
"summary": "A usefull library make UICollectionView listener a array",
"description": "A usefull library make UICollectionView listener a array.",
"homepage": "https://github.com/scorplot/CollectionViewArray",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"scorplot": "1@1.com"
},
"source": {
"git": "https://github.com/scorplot/CollectionViewArray.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CollectionViewArray/Classes/**/*",
"dependencies": {
"MutableArrayListener": [
]
}
}