blob: 25e62982088c5f23e9f24175cb7d9dc9a3d51447 [file] [log] [blame]
{
"name": "ContainerViewManager",
"version": "1.0.5",
"summary": "Helper classes to ContainerView usage with IE.",
"description": "ContainerViewManager helps you with linking more than one ViewController to the same ContainerView with segues in the Interface Builder.",
"homepage": "https://github.com/brurend/ContainerViewManager",
"license": "MIT",
"authors": {
"brurend": "brurend@hotmail.com"
},
"source": {
"git": "https://github.com/brurend/ContainerViewManager.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "ContainerViewManager/Classes/*",
"resource_bundles": {
"ContainerViewManager": [
"ContainerViewManager/Assets/*.png"
]
},
"public_header_files": "ContainerViewManager/Classes/ContainerViewManager.h"
}