[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 6 / 0 / HHNibView / 0.1.0 / HHNibView.podspec.json
blob21a56b285af26cb1f895720d56b41b1eb504a5e7
2   "name": "HHNibView",
3   "version": "0.1.0",
4   "summary": "UIView super class for managing xib easily.",
5   "description": "TODO: Create a new xib using UIView. Change super class of your custom view to HHNibView. Add your custom class as file owner in xib. Please note that your custom class and xib must have same name.",
6   "homepage": "https://github.com/hardik99/HHNibView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hardik99": "hardik.halani14@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hardik99/HHNibView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HHNibView/Classes/**/*"