blob: f8db2e77ce47fd606414b2810ceead7bf11c60a4 [file] [log] [blame]
{
"name": "LYRemoteLib",
"version": "0.0.1",
"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.1"
},
"source_files": [
"LYRemoteLib/LYRemoteLib/*.{h,m,a}",
"LYRemoteLib/LYRemoteLib/**/*.{h,m,a}",
"LYRemoteLib/LYRemoteLib/**/**/*.{h,m,a}",
"LYRemoteLib/LYRemoteLib/**/**/**/*.{h,m,a}",
"LYRemoteLib/LYRemoteLib/**/**/**/**/*.{h,m,a}",
"LYRemoteLib/LYRemoteLib/**/**/**/**/**/*.{h,m,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": [
]
}
}