blob: e191fe889f4619d7cba34e98e448376febc85463 [file] [log] [blame]
{
"name": "NYSOBaseLib",
"version": "0.0.2",
"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.2"
},
"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/BaseCompnent/*.{h,m}",
"BaseAttachment/BaseCompnent/*.{h,m}",
"BaseAttachment/BaseNetwork/*.{h,m}",
"BaseAttachment/*.{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"
]
}
}
]
}