blob: 69ce3cba4fdbb3e5e8f4ab69025252078ec8081a [file] [log] [blame]
{
"name": "HKDesignableView",
"version": "1.0.0",
"summary": "A backbone of UIView which built on IBDesignable and IBInspectable, avaiable from XCode 6",
"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",
"homepage": "https://github.com/haikieu/HKDesignableView",
"screenshots": [
"https://raw.githubusercontent.com/haikieu/HKDesignableView/1.0/Pictures/Story-board.png",
"https://raw.githubusercontent.com/haikieu/HKDesignableView/1.0/Pictures/Component1.png",
"https://raw.githubusercontent.com/haikieu/HKDesignableView/1.0/Pictures/Conponent2.png"
],
"license": "MIT",
"authors": "Mr.Kieu",
"social_media_url": "https://github.com/haikieu",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/haikieu/HKDesignableView.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/**/*.h"
}