blob: 345cca31744749f4095d90b52cd02df6edadfe49 [file] [log] [blame]
{
"name": "XTlib",
"version": "1.9.8",
"summary": "a rapid develop lib for iOS",
"description": "XTlib. a rapid develop lib for iOS .",
"homepage": "https://github.com/Akateason/XTlib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"teason": "akateason@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Akateason/XTlib.git",
"tag": "1.9.8"
},
"default_subspecs": "base",
"subspecs": [
{
"name": "base",
"source_files": "XTlib/XTlib",
"public_header_files": "XTlib/XTlib/*.h",
"dependencies": {
"XTBase": [
],
"XTFMDB": [
">2.0.0"
],
"XTReq": [
">1.3.0"
],
"XTColor": [
],
"XTTable": [
],
"FDFullscreenPopGesture": [
],
"BlocksKit": [
]
}
},
{
"name": "Animations",
"source_files": "XTlib/XTlib/Components/Animations",
"public_header_files": "XTlib/XTlib/Components/Animations/*.h",
"dependencies": {
"XTlib/base": [
]
}
},
{
"name": "CustomUIs",
"source_files": [
"XTlib/XTlib/Components/CustomUIs",
"XTlib/XTlib/Components/CustomUIs/**/*.{h,m}"
],
"public_header_files": [
"XTlib/XTlib/Components/CustomUIs/*.h",
"XTlib/XTlib/Components/CustomUIs/**/*.h"
],
"resources": [
"XTlib/XTlib/Components/CustomUIs/**/*.png",
"XTlib/XTlib/Components/CustomUIs/**/**/*.png",
"XTlib/XTlib/Components/CustomUIs/**/*.xib"
],
"dependencies": {
"XTlib/base": [
],
"RSKImageCropper": [
],
"CHTCollectionViewWaterfallLayout": [
]
}
}
]
}