blob: 8dd7168ac3d7dc9ab8081923566719136887386e [file] [log] [blame]
{
"name": "NYSOBaseLib",
"version": "0.0.1",
"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.1"
},
"source_files": "BaseStructure/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"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}"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"MJExtension": [
"~> 3.0.15.1"
],
"YYCache": [
"~> 1.0.4"
]
}
}
]
}