blob: 7f21919686a2b0ba439c37eab5fe1ae59c167400 [file] [log] [blame]
{
"name": "UniLayout",
"version": "0.2.4",
"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.2.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UniLayoutIOS/UniLayout/Classes/**/*",
"resource_bundles": {
"UniLayout": [
"UniLayoutIOS/UniLayout/Assets/**/*"
]
},
"pushed_with_swift_version": "3.0"
}