blob: de6f140e83192300aa9a304e082528680fe40a58 [file] [log] [blame]
{
"name": "LBAppConfiguration",
"version": "1.2.0",
"summary": "项目登录模块组件化以及需要集成的第三方库快速配置。",
"description": "项目登录模块组件化,免去了一些重复且复杂设置,支持任意第三方推送,支持游客模式,只需要设置LoginController类名以及HomeController类名,内含需要集成的第三方库快速配置,省去了其他一些复杂的代码,一键设置,更快更方便。",
"homepage": "https://github.com/A1129434577/LBAppConfiguration",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"A1129434577": "1129434577@qq.com"
},
"source": {
"git": "https://github.com/A1129434577/LBAppConfiguration.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64"
},
"subspecs": [
{
"name": "LBAppConfiguration",
"source_files": "LBAppConfiguration/LBAppConfiguration/**/*.{h,m}"
},
{
"name": "Notifications",
"dependencies": {
"LBAppConfiguration/LBAppConfiguration": [
]
},
"source_files": "LBAppConfiguration/Notifications/**/*.{h,m}"
},
{
"name": "Login",
"dependencies": {
"LBUserInfo": [
],
"LBCommonComponents": [
],
"LBAppConfiguration/Notifications": [
]
},
"source_files": "LBAppConfiguration/Login/**/*.{h,m}"
},
{
"name": "JPush",
"dependencies": {
"JPush": [
],
"LBCommonComponents": [
],
"LBAppConfiguration/Notifications": [
]
},
"source_files": "LBAppConfiguration/JPush/**/*.{h,m}"
},
{
"name": "SDWebImage",
"dependencies": {
"SDWebImageWebPCoder": [
],
"LBAppConfiguration/LBAppConfiguration": [
]
},
"source_files": "LBAppConfiguration/SDWebImage/**/*.{h,m}"
},
{
"name": "IQKeyboard",
"dependencies": {
"IQKeyboardManager": [
],
"LBAppConfiguration/LBAppConfiguration": [
]
},
"source_files": "LBAppConfiguration/IQKeyboard/**/*.{h,m}"
}
]
}