[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 3 / a / MZViewInspectables / 0.0.2 / MZViewInspectables.podspec.json
blob1b6ba4d0cd12667b6e47b1f2b8a42558f39b32a8
2   "name": "MZViewInspectables",
3   "version": "0.0.2",
4   "summary": "Category to add common IBInspectable properties to UIView instances",
5   "description": "                   A set of categories to allow native Interface Builder manipulation\n                   of various UIView properties. Support for border size, border colour,\n                   and corner rounding is provided\n",
6   "homepage": "https://github.com/moshozen/MZViewInspectables",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mat Trudel": "mat@geeky.net"
13   },
14   "social_media_url": "http://twitter.com/mattrudel",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/moshozen/MZViewInspectables.git",
20     "tag": "0.0.2"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ]