[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 3 / d / c / ZZXibView / 0.1.0 / ZZXibView.podspec.json
blobb086511245851bb5cbad6a7dd63c58d473f956d0
2   "name": "ZZXibView",
3   "version": "0.1.0",
4   "summary": "ZZXibView is a small lib to let you load custom xib eaiser with storyboard.",
5   "description": "ZZXibView is a small lib to let you load custom xib eaiser with storyboard.\nInspired by \"http://supereasyapps.com/blog/2014/12/15/create-an-ibdesignable-uiview-subclass-with-code-from-an-xib-file-in-xcode-6\".\n\nUsage:\n\n1. Write your custom class extends from ZZXibView\n2. Create xib file with the same name of your custom class\n3. Set File's Owner of xib to your custom class\n4. Design & connect IBOutlets/IBActions as you wish, you can even IB_Designable your custom class as well.\n5. When using in another xib or storyboard, just place a UIView and flag it as your custom class.\n6. That's all.",
6   "homepage": "https://github.com/zzdjk6/ZZXibView",
7   "license": "MIT",
8   "authors": {
9     "Shenghan Chen": "zzdjk6@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/zzdjk6/ZZXibView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "ZZXibView": [
22       "Pod/Assets/*.png"
23     ]
24   }