[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / 7 / XibDesignable-ObjC / 0.1.0 / XibDesignable-ObjC.podspec.json
blobd4e5ee72706e43daf6888955703a8a12838f4aaf
2   "name": "XibDesignable-ObjC",
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 Buider.",
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/XibDesignable-ObjC",
7   "license": "MIT",
8   "authors": {
9     "Huy Pham": "huyphamthanh8290@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/huyphamthanh8290/XibDesignable-ObjC.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     "XibDesignable-ObjC": [
22       "Pod/Assets/*.png"
23     ]
24   }