blob: cee6fc903e40b2d3f3994604d455cfec013de7b6 [file] [log] [blame]
{
"name": "JPHUD",
"version": "0.0.1",
"summary": "JPHUD是一款扁平化提示框",
"homepage": "https://github.com/jiapan0622/JPHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Carpenter": "158287481@qq.com"
},
"source": {
"git": "https://github.com/jiapan0622/JPHUD.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"description": "JPHUD是一款扁平化提示框,参考膜拜单车提示框",
"public_header_files": "JPHUD/JPHUDHeader.h",
"source_files": "JPHUD/JPHUDHeader.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"resources": "JPHUD/*.{png,bundle}",
"dependencies": {
"Masonry": [
],
"pop": [
]
}
}