blob: 98f8b973e38635b73f3780e794a0b3137b3b40a3 [file] [log] [blame]
{
"name": "LYRemoteLib",
"version": "0.0.2",
"summary": "A short description of LYRemoteLib.",
"description": "TK业务远程配置静态库",
"homepage": "https://github.com/shadow-boy/LYRemoteLib.git",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"shadow-boy": "wly1250623585gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/shadow-boy/LYRemoteLib.git",
"tag": "0.0.2"
},
"source_files": [
"LYRemoteLib/LYRemoteLib/*.{h,m}",
"LYRemoteLib/LYRemoteLib/**/*.{h,m}",
"LYRemoteLib/LYRemoteLib/**/**/*.{h,m}",
"LYRemoteLib/LYRemoteLib/**/**/**/*.{h,m}",
"LYRemoteLib/LYRemoteLib/**/**/**/**/*.{h,m}",
"LYRemoteLib/LYRemoteLib/**/**/**/**/**/*.{h,m}"
],
"vendored_libraries": "LYRemoteLib/LYRemoteLib/*.a",
"frameworks": [
"UIKit",
"Foundation"
],
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"compiler_flags": "-fno-modules",
"requires_arc": true,
"dependencies": {
"AVOSCloud": [
]
}
}