blob: 80ca41d2cc5824e2431442d2c9a66e5886c95faf [file] [log] [blame]
{
"name": "NYSOBaseLib",
"version": "0.0.4",
"summary": "基础架构库",
"description": "包含了基本的MVP架构和其他基本的常用功能模块",
"homepage": "http://192.168.11.244:10080/langlinseng/iOSNyso",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"18610011562@163.com": "LeoFavor"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://192.168.11.244:10080/langlinseng/iOSNyso.git",
"tag": "0.0.4"
},
"source_files": "BaseStructure/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"subspecs": [
{
"name": "BaseAttachment",
"source_files": [
"BaseAttachment/*.{h,m}",
"BaseAttachment/BaseComponent/*.{h,m}",
"BaseAttachment/BaseNetwork/*.{h,m}",
"BaseAttachment/DebugManager/*.{h,m}",
"BaseAttachment/CrashManager/*.{h,m}",
"BaseAttachment/StatisticalManager/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"MJExtension": [
"~> 3.0.15.1"
],
"YYCache": [
"~> 1.0.4"
],
"Bugly": [
"~> 2.5.0"
],
"AvoidCrash": [
"~> 2.5.2"
]
}
},
{
"name": "BaseComponentUM",
"source_files": [
"BaseAttachment/UMAnalytics/*.{h,m}",
"BaseAttachment/UMShare/*.{h,m}"
],
"dependencies": {
"UMCCommon": [
],
"UMCAnalytics": [
],
"UMCSecurityPlugins": [
],
"UMCShare/Social/ReducedWeChat": [
],
"UMCShare/Social/ReducedQQ": [
],
"UMCShare/Social/ReducedSina": [
],
"SDWebImage": [
"3.7.5"
],
"Aspects": [
"1.4.1"
]
}
},
{
"name": "BaseComponentGT",
"source_files": "OtherComponent/GT/*.{h,m}",
"dependencies": {
"GTSDK": [
"2.4.0.0-noidfa"
],
"Aspects": [
"1.4.1"
]
}
}
]
}