[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / 6 / 3 / IBDesignable / 0.1.6 / IBDesignable.podspec.json
blob168d2582c90568b792eaf6a53cd21cae805f0fc2
2   "name": "IBDesignable",
3   "version": "0.1.6",
4   "summary": "Simple Interface attributes on standard Cocoa views.",
5   "description": "A set of *Objective-C categories* that implement simple attributes on standard Cocoa views.\n\nBy using Objective-C and Cocoa magic, all IBDesignable properties show up in Interface Builder.\n\n                     NOTE: you should use the `use_frameworks!` command in your Podfile.",
6   "homepage": "https://github.com/rjstelling/IBDesignable",
7   "screenshots": [
8     "http://raw.githubusercontent.com/rjstelling/ibdesignable/assets/Screen%20Shots/simulator.png",
9     "http://raw.githubusercontent.com/rjstelling/ibdesignable/assets/Screen%20Shots/xcode.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Richard Stelling": "richard@empiricalmagic.com"
14   },
15   "source": {
16     "git": "https://github.com/rjstelling/IBDesignable.git",
17     "tag": "0.1.6"
18   },
19   "social_media_url": "https://twitter.com/rjstelling",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "resource_bundles": {
26     "IBDesignable": [
27       "Pod/Assets/*.png"
28     ]
29   },
30   "public_header_files": "Pod/Classes/**/*.h"