[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / c / 5 / HPXibDesignableObjC / 0.1.0 / HPXibDesignableObjC.podspec.json
blob9d894f4ace5e5ebe6bb3762437befd45a5f54c87
2   "name": "HPXibDesignableObjC",
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/HPXibDesignableObjC",
7   "license": "MIT",
8   "authors": {
9     "Huy Pham": "huyphamthanh8290@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/huyphamthanh8290/HPXibDesignableObjC.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     "HPXibDesignableObjC": [
22       "Pod/Assets/*.png"
23     ]
24   }