blob: de795ae7b393e750ae2bb34d521d79bd4a223598 [file] [log] [blame]
{
"name": "LxGridView",
"version": "1.0.0",
"summary": "Imitate Apple iOS system Desktop icons arrangement and interaction by inheriting UICollectionView!",
"homepage": "https://github.com/DeveloperLx/LxGridView",
"license": "Apache",
"authors": {
"DeveloperLx": "developerlx@yeah.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/DeveloperLx/LxGridView.git",
"tag": "1.0.0"
},
"source_files": "LxGridView/*",
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}