[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 7 / 1 / HPXibDesignable / 0.1.2 / HPXibDesignable.podspec.json
blob852a98b1ec38ba97e5fa9a57abcfe4acebeed95f
2   "name": "HPXibDesignable",
3   "version": "0.1.2",
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/HPXibDesignable",
7   "license": "MIT",
8   "authors": {
9     "Huy Pham": "huyphamthanh8290@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/huyphamthanh8290/HPXibDesignable.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "HPXibDesignable": [
22       "Pod/Assets/*.png"
23     ]
24   }