blob: 9a1d2e59567b5106fb8b1a6cc2a083874712acd6 [file] [log] [blame]
{
"name": "BindViewControllerToView",
"version": "0.1.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.1.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"
]
}
}