[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 0 / a / HKDesignableView / 1.0.0 / HKDesignableView.podspec.json
blob69ce3cba4fdbb3e5e8f4ab69025252078ec8081a
2   "name": "HKDesignableView",
3   "version": "1.0.0",
4   "summary": "A backbone of UIView which built on IBDesignable and IBInspectable, avaiable from XCode 6",
5   "description": "A kind of UIView base class help you design your GUI on story board visually\n\n* Feature: designable view, dragable view\n* Tested on : iOS 7, 8, 9\n* Supported from : XCode 6 above",
6   "homepage": "https://github.com/haikieu/HKDesignableView",
7   "screenshots": [
8     "https://raw.githubusercontent.com/haikieu/HKDesignableView/1.0/Pictures/Story-board.png",
9     "https://raw.githubusercontent.com/haikieu/HKDesignableView/1.0/Pictures/Component1.png",
10     "https://raw.githubusercontent.com/haikieu/HKDesignableView/1.0/Pictures/Conponent2.png"
11   ],
12   "license": "MIT",
13   "authors": "Mr.Kieu",
14   "social_media_url": "https://github.com/haikieu",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/haikieu/HKDesignableView.git",
20     "tag": "1.0.0"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "public_header_files": "Classes/**/*.h"