blob: 8bc6bc731413c6222695d20f5b48b9c48482e366 [file] [log] [blame]
{
"name": "FMLayouts",
"version": "0.0.1",
"summary": "A easy way to layout views in iOS using linear, flow etc., similar to layout mechanism in android.",
"homepage": "https://github.com/fanmeiwireless/FMLayouts",
"license": "MIT",
"authors": {
"jacoli": "jaco.lcg@gmail.com"
},
"source": {
"git": "https://github.com/fanmeiwireless/FMLayouts.git",
"tag": "0.0.1"
},
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "7.0"
},
"source_files": "FMLayouts/Sources/*.{h,m}",
"requires_arc": true
}