blob: 5191282f439783932d1d02c91f58d712d3697da6 [file] [log] [blame]
{
"name": "LNBaseComponent",
"version": "0.0.1",
"summary": "基础组件库",
"description": "webviewcontroller 添加了进度条,位置外面传",
"homepage": "https://github.com/yinyakun/LNBaseComponent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yinyakun": "yinyakun123@126.com"
},
"source": {
"git": "https://github.com/yinyakun/BaseComponent.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LNBaseComponent/Classes/*",
"frameworks": "UIKit",
"subspecs": [
{
"name": "Category",
"source_files": "LNBaseComponent/Classes/Category(系统类扩展)/**/*"
},
{
"name": "Quantity",
"source_files": "LNBaseComponent/Classes/Consts(常量)/**/*"
},
{
"name": "Macros",
"source_files": "LNBaseComponent/Classes/Macros(宏)/**/*"
},
{
"name": "GDATA",
"requires_arc": false,
"source_files": "LNBaseComponent/Classes/GDATA/**/*",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
},
{
"name": "Services",
"source_files": "LNBaseComponent/Classes/Services/**/*"
},
{
"name": "Helpers",
"source_files": "LNBaseComponent/Classes/Helpers/**/*",
"dependencies": {
"AFNetworking": [
],
"YYKit": [
],
"YTKNetwork": [
],
"MJExtension": [
"~> 3.0.13"
]
}
},
{
"name": "LocalDataBase",
"source_files": "LNBaseComponent/Classes/LocalDataBase/**/*",
"dependencies": {
"BGFMDB": [
"~> 2.0.9"
]
}
},
{
"name": "LNBaseRequest",
"source_files": "LNBaseComponent/Classes/LNBaseRequest/**/*",
"dependencies": {
"YTKNetwork": [
]
}
},
{
"name": "Gesture",
"source_files": "LNBaseComponent/Classes/Gesture/**/*"
},
{
"name": "LNToast",
"source_files": "LNBaseComponent/Classes/LNToast/**/*",
"dependencies": {
"Toast": [
"~> 4.0.0"
]
}
},
{
"name": "LNCommonWKWebVC",
"source_files": "LNBaseComponent/Classes/LNCommonWKWebVC/**/*",
"dependencies": {
"WebViewJavascriptBridge": [
"~> 6.0.3"
]
}
},
{
"name": "MessageRedPoint",
"source_files": "LNBaseComponent/Classes/MessageRedPoint/**/*",
"dependencies": {
"CYLTabBarController": [
"~> 1.14.1"
]
}
},
{
"name": "LNViews",
"source_files": "LNBaseComponent/Classes/LNViews/**/*"
}
]
}