blob: 046b3a57ac126b69c4b6966455338d0709898e69 [file] [log] [blame]
{
"name": "LTxCategories",
"version": "0.0.3",
"summary": "收集常用的扩展,方便开发中使用.",
"license": "MIT",
"authors": {
"liangtong": "liangtongdev@163.com"
},
"homepage": "https://github.com/liangtongdev/LTxCategories",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/liangtongdev/LTxCategories.git",
"tag": "0.0.3",
"submodules": true
},
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "UIKit",
"source_files": "LTxCategories/UIKit/*.{h,m}",
"public_header_files": "LTxCategories/UIKit/*.h"
},
{
"name": "Foundation",
"source_files": "LTxCategories/Foundation/*.{h,m}",
"public_header_files": "LTxCategories/Foundation/*.h"
},
{
"name": "Core",
"source_files": "LTxCategories/LTxCategories.h",
"public_header_files": "LTxCategories/LTxCategories.h",
"dependencies": {
"LTxCategories/UIKit": [
],
"LTxCategories/Foundation": [
]
}
}
]
}