blob: 56c2ad944c0ed2755b6b12560b68caf3772b075d [file] [log] [blame]
{
"name": "HFCoreUI",
"version": "0.2.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HFCoreUI/Classes/**/*",
"dependencies": {
"HFUtility": [
],
"PureLayout": [
],
"HCSStarRatingView": [
"~> 1.4.5"
]
}
}