[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / 0 / BindViewControllerToView / 0.2.1 / BindViewControllerToView.podspec.json
blob73c2d959f4cd5dba142651805f879e58dc9395b5
2   "name": "BindViewControllerToView",
3   "version": "0.2.1",
4   "summary": "Easily embed any ViewController in a Collection/Table View Cell.",
5   "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.\"",
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.1"
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   }