blob: 73c2d959f4cd5dba142651805f879e58dc9395b5 [file] [log] [blame]
{
"name": "BindViewControllerToView",
"version": "0.2.1",
"summary": "Easily embed any ViewController in a Collection/Table View Cell.",
"description": "\"This library allows you to embed any ViewController in any view.\"\n\"Its main purpose is to allow embeding View Controllers in Cells by providing Collection/TableViewCell base classes that you can extend.\"",
"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.1"
},
"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"
}
}