blob: 7e0dd77fdaceae6a8c2f019da21d714040816adc [file] [log] [blame]
{
"name": "CollectionViewArray",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Category",
"source_files": "CollectionViewArray/Classes/Category/**/*",
"dependencies": {
"CCUIModel": [
]
}
},
{
"name": "CollectionViewArray",
"source_files": "CollectionViewArray/Classes/CollectionViewArray/**/*",
"dependencies": {
"MutableArrayListener": [
]
}
}
]
}