blob: 1df59c42836307aa6cc0e1c959a64564189ac52a [file] [log] [blame]
{
"name": "LTxPopup",
"version": "0.0.1",
"summary": "包含各类弹出框组件.",
"license": "MIT",
"authors": {
"liangtong": "liangtongdev@163.com"
},
"homepage": "https://github.com/liangtongdev/LTxPopup",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/liangtongdev/LTxPopup.git",
"tag": "0.0.1"
},
"frameworks": [
"Foundation",
"UIKit"
],
"default_subspecs": "PopMenu",
"subspecs": [
{
"name": "PopMenu",
"source_files": "LTxPopup/LTxPopupMenu/*.{h,m}",
"public_header_files": "LTxPopup/LTxPopupMenu/*.h"
}
]
}