blob: 387f4dbb6577be0de3409d087ae02441a317b209 [file] [log] [blame]
{
"name": "FIDynamicViewControllerNew",
"version": "1.7.2",
"summary": "Frameworks to create dynamic complex view controller",
"description": "FIDynamicViewController built makes it easy to create a dynamic and flexible view controller with its contents.\nFor example, when you want to create a view controller with the components within it are loaded depends on a particular configuration.",
"homepage": "https://github.com/congncif/FIDynamicViewControllerNew",
"license": "MIT",
"authors": {
"NGUYEN CHI CONG": "congnc.if@gmail.com"
},
"source": {
"git": "https://github.com/congncif/FIDynamicViewControllerNew.git",
"tag": "1.7.2"
},
"social_media_url": "https://twitter.com/congncif",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"resource_bundles": {
"FIDynamicViewController": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"CoreGraphics"
],
"ios": {
"vendored_frameworks": "Pod/FIDynamicViewController.framework"
}
}