blob: 2619808599b968f6f5cf2f8e032bc103404a434d [file] [log] [blame]
{
"name": "LTxSippr",
"version": "0.0.6",
"summary": "Components For Sippr.",
"license": "MIT",
"authors": {
"liangtong": "l900416@163.com"
},
"homepage": "https://github.com/l900416/LTxSipprComponents",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/l900416/LTxSipprComponents.git",
"tag": "0.0.6"
},
"dependencies": {
"LTFileQuickPreview": [
],
"MJRefresh": [
"~> 3.1.15.3"
],
"DZNEmptyDataSet": [
"~> 1.8.1"
],
"AFNetworking": [
"~> 3.2.0"
],
"Toast": [
"~> 4.0.0"
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"subspecs": [
{
"name": "Model",
"source_files": "LTxSipprFoundation/Model/*.{h,m}",
"public_header_files": "LTxSipprFoundation/Model/**/*.h"
},
{
"name": "Utils",
"source_files": "LTxSipprFoundation/Utils/*.{h,m}",
"public_header_files": "LTxSipprFoundation/Utils/**/*.h",
"dependencies": {
"LTxSippr/Core/Model": [
]
}
},
{
"name": "Views",
"source_files": "LTxSipprFoundation/Views/*.{h,m}",
"public_header_files": "LTxSipprFoundation/Views/**/*.h",
"dependencies": {
"LTxSippr/Core/Utils": [
]
}
},
{
"name": "Controllers",
"source_files": "LTxSipprFoundation/Controllers/*.{h,m}",
"public_header_files": "LTxSipprFoundation/Controllers/**/*.h",
"dependencies": {
"LTxSippr/Core/Views": [
]
}
}
]
},
{
"name": "Message",
"dependencies": {
"LTxSippr/Core": [
]
},
"subspecs": [
{
"name": "Model",
"source_files": "LTxSipprMsg/Model/*.{h,m}",
"public_header_files": "LTxSipprMsg/Model/*.h"
},
{
"name": "ViewModel",
"source_files": "LTxSipprMsg/ViewModel/*.{h,m}",
"public_header_files": "LTxSipprMsg/ViewModel/*.h"
},
{
"name": "Views",
"source_files": "LTxSipprMsg/Views/*.{h,m,xib}",
"public_header_files": "LTxSipprMsg/Views/*.h",
"dependencies": {
"LTxSippr/Message/Model": [
]
}
},
{
"name": "Controllers",
"source_files": "LTxSipprMsg/Controllers/*.{h,m}",
"public_header_files": "LTxSipprMsg/Controllers/*.h",
"dependencies": {
"LTxSippr/Message/Views": [
],
"LTxSippr/Message/ViewModel": [
]
}
}
]
},
{
"name": "Setting",
"dependencies": {
"LTxSippr/Core": [
]
},
"subspecs": [
{
"name": "Model",
"source_files": "LTxSipprSetting/Model/*.{h,m}",
"public_header_files": "LTxSipprSetting/Model/*.h"
},
{
"name": "ViewModel",
"source_files": "LTxSipprSetting/ViewModel/*.{h,m}",
"public_header_files": "LTxSipprSetting/ViewModel/*.h"
},
{
"name": "Views",
"source_files": "LTxSipprSetting/Views/*.{h,m,xib}",
"public_header_files": "LTxSipprSetting/Views/*.h",
"dependencies": {
"LTxSippr/Setting/Model": [
]
}
},
{
"name": "Controllers",
"source_files": "LTxSipprSetting/Controllers/*.{h,m}",
"public_header_files": "LTxSipprSetting/Controllers/*.h",
"dependencies": {
"LTxSippr/Setting/Views": [
],
"LTxSippr/Setting/ViewModel": [
],
"LTxSippr/Camera/QRCode": [
]
}
}
]
},
{
"name": "Camera",
"dependencies": {
"LTxSippr/Core": [
],
"SGQRCode": [
"~> 2.2.0"
]
},
"subspecs": [
{
"name": "Common",
"source_files": "LTxSipprCamera/Common/*.{h,m}",
"public_header_files": "LTxSipprCamera/Common/*.h"
},
{
"name": "QRCode",
"source_files": "LTxSipprCamera/QRCode/*.{h,m}",
"public_header_files": "LTxSipprCamera/QRCode/*.h",
"dependencies": {
"LTxSippr/Camera/Common": [
]
}
},
{
"name": "Photo",
"source_files": "LTxSipprCamera/Photo/*.{h,m}",
"public_header_files": "LTxSipprCamera/Photo/*.h",
"dependencies": {
"LTxSippr/Camera/Common": [
]
}
}
]
}
]
}