blob: e350ec7dd6432300aff67f969cf505def78efa89 [file] [log] [blame]
{
"name": "LTxPopup",
"version": "0.0.5",
"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.5"
},
"frameworks": [
"Foundation",
"UIKit"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Common",
"source_files": "LTxPopup/LTxPopupCommon/*.{h,m}",
"public_header_files": "LTxPopup/LTxPopupCommon/*.h"
},
{
"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",
"dependencies": {
"LTxPopup/Common": [
]
}
},
{
"name": "Alert",
"source_files": "LTxPopup/LTxPopupAlert/*.{h,m}",
"public_header_files": "LTxPopup/LTxPopupAlert/*.h"
},
{
"name": "Toast",
"source_files": "LTxPopup/LTxPopupToast/*.{h,m}",
"public_header_files": "LTxPopup/LTxPopupToast/*.h",
"dependencies": {
"LTxPopup/Common": [
]
}
},
{
"name": "Core",
"dependencies": {
"LTxPopup/Menu": [
],
"LTxPopup/View": [
],
"LTxPopup/Alert": [
],
"LTxPopup/Toast": [
]
},
"source_files": "LTxPopup/LTxPopup.h",
"public_header_files": "LTxPopup/LTxPopup.h"
}
]
}