[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 3 / a / MZViewInspectables / 0.0.1 / MZViewInspectables.podspec.json
blob0c46e5c8e8d30c0b99846136a2118f4d366a916d
2   "name": "MZViewInspectables",
3   "version": "0.0.1",
4   "summary": "Category to add IB inspectability to various UIView properties",
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.1"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ]