blob: 9c1fe8fad6cd21f2d0a04cab3c7e2a3424fcd5c8 [file] [log] [blame]
{
"name": "FancyUI",
"version": "0.1.0",
"summary": "A UI Library of Swift.",
"description": "A fancy UI Library of Swift.",
"homepage": "https://github.com/iDanielLam/FancyUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iDanielLam": "daniellam.yt@gmail.com"
},
"source": {
"git": "https://github.com/iDanielLam/FancyUI.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 4.0.0"
]
}
}