blob: ea1944b72926a022092f48b15fe33f7f51006637 [file] [log] [blame]
{
"name": "P9LayoutComposeView",
"version": "1.0.0",
"summary": "P9LayoutComposeView support that user can compose views layout dynamically on runtime.",
"homepage": "https://github.com/P9SOFT/P9LayoutComposeView",
"license": {
"type": "MIT"
},
"authors": {
"Tae Hyun Na": "taehyun.na@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/P9SOFT/P9LayoutComposeView.git",
"tag": "1.0.0"
},
"source_files": "Sources/*.{h,m}",
"public_header_files": "Sources/*.h",
"dependencies": {
"P9ViewDragger": [
]
}
}