[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 4 / 6 / 0 / BindViewControllerToView / 0.2.0 / BindViewControllerToView.podspec.json
blobdb228006c432cc584e3c712e34cb9061350f4a0f
2   "name": "BindViewControllerToView",
3   "version": "0.2.0",
4   "summary": "Easily embed any ViewController and its respective ViewModel in a Collection/Table View Cell.",
5   "description": "\"The main purpose of this project is to provide a easy way to embed any View Controller to a Collection/Table View Cell.\"",
6   "homepage": "https://github.com/franciscocgoncalves/BindViewControllerToView",
7   "license": "MIT",
8   "authors": {
9     "Francisco Gonçalves": "franciscocgoncalves@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/franciscocgoncalves/BindViewControllerToView.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/franciscocsg",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "BindViewControllerToView": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "libraries": "xml2",
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
29   }