blob: 8a398fa5b2ba120240ee4c114d79508cf6027e5c [file] [log] [blame]
{
"name": "JPHUD",
"version": "1.1.4",
"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": "1.1.4"
},
"platforms": {
"ios": "8.0"
},
"description": "JPHUD是一款扁平化提示框,参考膜拜单车提示框",
"source_files": "JPHUD/JPHUDHeader.h",
"public_header_files": [
"JPHUD/JPHUDHeader.h",
"JPHUD/JPHUD.h"
],
"resources": "JPHUD/*.{png,bundle}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
],
"pop": [
]
}
}