blob: e6925b8a8f1c589c409787be1d2c3f6cfd25556b [file] [log] [blame]
{
"name": "UniLayout",
"version": "0.1.0",
"summary": "A uniform layout system for iOS and Android.",
"description": "A uniform layout system for both iOS and Android. Based on the layout container system from Android (like LinearLayout and FrameLayout).",
"homepage": "https://github.com/crescentflare/UniLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Crescent Flare": "info@crescentflare.com"
},
"source": {
"git": "https://github.com/crescentflare/UniLayout.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UniLayoutIOS/UniLayout/Classes/**/*",
"pushed_with_swift_version": "3.0"
}