blob: 7c68b7cbbef8846ed0641a3dccc78e823246a060 [file] [log] [blame]
{
"name": "LTxEepMSippr",
"version": "0.0.2",
"summary": "EEPJ平台服务移动端的接口(SIPPR).",
"license": "MIT",
"authors": {
"liangtong": "liangtongdev@163.com"
},
"homepage": "https://github.com/liangtongdev/LTxEepMSippr",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/liangtongdev/LTxEepMSippr.git",
"tag": "0.0.2",
"submodules": true
},
"dependencies": {
"LTxCore": [
],
"LTxPopup": [
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "ViewModel",
"source_files": "LTxEepMSippr/ViewModel/*.{h,m}",
"public_header_files": "LTxEepMSippr/ViewModel/*.h"
},
{
"name": "Util",
"source_files": "LTxEepMSippr/Util/*.{h,m}",
"public_header_files": "LTxEepMSippr/Util/*.h"
},
{
"name": "Core",
"source_files": "LTxEepMSippr/Core/*.{h,m}",
"public_header_files": "LTxEepMSippr/Core/*.h",
"dependencies": {
"LTxEepMSippr/ViewModel": [
],
"LTxEepMSippr/Util": [
]
}
}
]
}