blob: 3bf5c67252b8f3b5d798de73dff56da81b7bf822 [file] [log] [blame]
{
"name": "LTxCore",
"version": "0.5.1",
"summary": "组件化管理核心模块.",
"license": "MIT",
"authors": {
"liangtong": "liangtongdev@163.com"
},
"homepage": "https://github.com/liangtongdev/LTxCore",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/liangtongdev/LTxCore.git",
"tag": "0.5.1",
"submodules": true
},
"dependencies": {
"MJRefresh": [
"~> 3.1.15.3"
],
"DZNEmptyDataSet": [
"~> 1.8.1"
],
"AFNetworking": [
"~> 3.2.1"
],
"LTxCategories": [
],
"FMDB": [
"~> 2.7.2"
],
"SSZipArchive": [
"~> 2.1.3"
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "Model",
"source_files": "LTxCore/Model/*.{h,m}",
"public_header_files": "LTxCore/Model/**/*.h"
},
{
"name": "Utils",
"source_files": "LTxCore/Utils/*.{h,m}",
"public_header_files": "LTxCore/Utils/**/*.h",
"dependencies": {
"LTxCore/Model": [
]
}
},
{
"name": "Views",
"source_files": "LTxCore/Views/*.{h,m}",
"public_header_files": "LTxCore/Views/**/*.h",
"dependencies": {
"LTxCore/Utils": [
]
}
},
{
"name": "Controllers",
"source_files": "LTxCore/Controllers/*.{h,m}",
"public_header_files": "LTxCore/Controllers/**/*.h",
"dependencies": {
"LTxCore/Views": [
]
}
},
{
"name": "Core",
"public_header_files": "LTxCore/LTxCore.h",
"source_files": "LTxCore/LTxCore.h",
"dependencies": {
"LTxCore/Controllers": [
]
}
}
]
}