blob: 05df6046e81e83ef196fc8408ea06121cd367226 [file] [log] [blame]
{
"name": "HFCoreUI",
"version": "0.2.0",
"summary": "Common iOS Application Template.",
"description": "HFCoreUI provides handy and simple APIs to develop typical commercial iOS application written in Swift.",
"homepage": "https://github.com/DragonCherry/HFCoreUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DragonCherry": "dragoncherry@naver.com"
},
"source": {
"git": "https://github.com/DragonCherry/HFCoreUI.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HFCoreUI/Classes/**/*",
"dependencies": {
"HFUtility": [
],
"PureLayout": [
]
}
}