blob: a49ecdf9c3e3342987600a06a46d87fdf88fc4c8 [file] [log] [blame]
{
"name": "LTxPopup",
"version": "0.0.3",
"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.3"
},
"frameworks": [
"Foundation",
"UIKit"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Menu",
"source_files": "LTxPopup/LTxPopupMenu/*.{h,m}",
"public_header_files": "LTxPopup/LTxPopupMenu/*.h"
},
{
"name": "View",
"source_files": "LTxPopup/LTxPopupView/*.{h,m}",
"public_header_files": "LTxPopup/LTxPopupView/*.h"
},
{
"name": "Alert",
"source_files": "LTxPopup/LTxPopupAlert/*.{h,m}",
"public_header_files": "LTxPopup/LTxPopupAlert/*.h"
},
{
"name": "Core",
"dependencies": {
"LTxPopup/Menu": [
],
"LTxPopup/View": [
],
"LTxPopup/Alert": [
]
},
"source_files": "LTxPopup/LTxPopup.h",
"public_header_files": "LTxPopup/LTxPopup.h"
}
]
}