[Add] GoogleMobileAdsMediationIronSource 8.6.0.0.0
[CocoaPods.git] / Specs / 5 / e / 7 / HPXibDesigableObjC / 0.1.0 / HPXibDesigableObjC.podspec.json
blob42ed0d1d92a471a9c8f4ee7d380fc61ad178fad5
2   "name": "HPXibDesigableObjC",
3   "version": "0.1.0",
4   "summary": "A base class that helps its subclasses (associated with a xib file with the same name as the class) to be rendered in Interface Builder.",
5   "description": "As the name stated, this is a convenient base class that helps rendering a custom view class (associated with a xib file) in Interface Builder.",
6   "homepage": "https://github.com/huyphamthanh8290/HPXibDesigableObjC",
7   "license": "MIT",
8   "authors": {
9     "Huy Pham": "huyphamthanh8290@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/huyphamthanh8290/HPXibDesigableObjC.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "HPXibDesigableObjC": [
22       "Pod/Assets/*.png"
23     ]
24   }