blob: 2eb85912c445f4ba9f8f2044bc83137b8c6d61d2 [file] [log] [blame]
{
"name": "UIBaseKit",
"version": "0.1.0",
"summary": "This helps make the view`s configuration code, hierarchy code, and constraint code neat.",
"description": "So far, when coding for a view, we wrote a combination of configuration code, constraint code, and hierarchical code, resulting in a poor understanding of the source. So, I created a library that helps you separate this configuration code, constraint code, and hierarchical code to make it cleaner.",
"homepage": "https://github.com/audrl1010/UIBaseKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"audrl1010": "audrl1010@naver.com"
},
"source": {
"git": "https://github.com/audrl1010/UIBaseKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UIBaseKit/Classes/**/*",
"pushed_with_swift_version": "3.0"
}