blob: db228006c432cc584e3c712e34cb9061350f4a0f [file] [log] [blame]
{
"name": "BindViewControllerToView",
"version": "0.2.0",
"summary": "Easily embed any ViewController and its respective ViewModel in a Collection/Table View Cell.",
"description": "\"The main purpose of this project is to provide a easy way to embed any View Controller to a Collection/Table View Cell.\"",
"homepage": "https://github.com/franciscocgoncalves/BindViewControllerToView",
"license": "MIT",
"authors": {
"Francisco Gonçalves": "franciscocgoncalves@gmail.com"
},
"source": {
"git": "https://github.com/franciscocgoncalves/BindViewControllerToView.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/franciscocsg",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BindViewControllerToView": [
"Pod/Assets/*.png"
]
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}