[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 0 / 4 / EXTView / 0.1.0 / EXTView.podspec.json
blob4d7113d371c758c49e08264fc73be439a0ac3fec
2   "name": "EXTView",
3   "version": "0.1.0",
4   "summary": "Extended UIViews for Interface Builder by using IB_DESIGNABLE and IBInspectable.",
5   "description": "This library extends UIViews for Interface Builder editable. For example, border color, border width, corner radius or graduated background are not supported in Interface Builder. But you can edit them by using this library.",
6   "homepage": "https://github.com/recruit-mtl/EXTView",
7   "license": "MIT",
8   "authors": {
9     "Recruit Holdings Co.,Ltd. Media Technology Lab.": "h_morita@r.recruit.co.jp"
10   },
11   "source": {
12     "git": "https://github.com/recruit-mtl/EXTView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.{h,m}",
20   "resource_bundles": {
21     "EXTView": [
22       "Pod/Assets/*.png"
23     ]
24   }