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