blob: 179e592edde222ce448a1d8fc72be3e286fe4816 [file] [log] [blame]
{
"name": "HFCoreUI",
"version": "0.2.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HFCoreUI/Classes/**/*",
"dependencies": {
"HFUtility": [
],
"PureLayout": [
]
}
}