[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 4 / 5 / Dezignables / 1.2.0 / Dezignables.podspec.json
blob6457ce65d5f55db58973b97d6bc833450f01c1ae
2   "name": "Dezignables",
3   "version": "1.2.0",
4   "summary": "A collection of @IBDesignables",
5   "description": "A collection of @IBDesignable components I use often in all my projects. For now it includes a UIView, UIButton and UIImageView.",
6   "homepage": "https://github.com/zilverline/Dezignables",
7   "license": "MIT",
8   "authors": {
9     "Daniel van Hoesel": "daniel@danielvanhoesel.nl"
10   },
11   "source": {
12     "git": "https://github.com/zilverline/Dezignables.git",
13     "tag": "1.2.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Dezignables": [
22       "Pod/Assets/*.png"
23     ]
24   }