blob: 236b5f48de50ed64fd6c6d20f2fe3255c65fedb4 [file] [log] [blame]
{
"name": "EVTGridLayoutView",
"version": "0.1.0",
"summary": "A Simple Grid Layout View for iOS",
"description": "A Simple Grid Layout View for iOS , using Masonry internal. \nEVTGridLayoutView support two main layout : Horizontal and Vertical , and \nsix modes. See homepage for more information.",
"homepage": "https://github.com/everettjf/EVTGridLayoutView",
"license": "MIT",
"authors": {
"everettjf": "everettjf@live.com"
},
"source": {
"git": "https://github.com/everettjf/EVTGridLayoutView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EVTGridLayoutView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Masonry": [
"~> 0.6"
]
}
}