blob: 968f1e9c00dcd426b29259cbb78f33ee25ec19cd [file] [log] [blame]
{
"name": "MGBoxKit",
"version": "5.0.0",
"summary": "Simple, quick iOS tables, grids, and more",
"homepage": "https://github.com/sobri909/MGBoxKit",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Matt Greenfield": "matt@bigpaua.com"
},
"source": {
"git": "https://github.com/sobri909/MGBoxKit.git",
"tag": "5.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "MGBoxKit/**/*.{h,m}",
"frameworks": [
"QuartzCore",
"CoreText"
],
"requires_arc": true,
"dependencies": {
"MGEvents": [
]
}
}