blob: 48b7b1c2ffea31f5b53105e7187accfb8b200673 [file] [log] [blame]
{
"name": "LTxFile",
"version": "0.0.1",
"summary": "文件操作.",
"license": "MIT",
"authors": {
"liangtong": "liangtongdev@163.com"
},
"homepage": "https://github.com/liangtongdev/LTxFile",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/liangtongdev/LTxFile.git",
"tag": "0.0.1",
"submodules": true
},
"frameworks": [
"Foundation",
"UIKit"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Utils",
"source_files": "LTxFile/Utils/*.{h,m}",
"public_header_files": "LTxFile/Utils/*.h"
},
{
"name": "Preview",
"source_files": "LTxFile/Preview/*.{h,m}",
"public_header_files": "LTxFile/Preview/*.h",
"dependencies": {
"LTxFile/Utils": [
]
}
},
{
"name": "Core",
"public_header_files": "LTxFile/LTxFile.h",
"source_files": "LTxFile/LTxFile.h",
"dependencies": {
"LTxFile/Preview": [
]
}
}
]
}