blob: a355483263ea4bf576aca04dfb12904c24b5eea1 [file] [log] [blame]
{
"name": "DryUM-iOS",
"version": "0.0.1",
"summary": "DryUM-iOS",
"homepage": "https://github.com/duanruiying/DryUM-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanruiying": "2237840768@qq.com"
},
"source": {
"git": "https://github.com/duanruiying/DryUM-iOS.git",
"tag": "0.0.1"
},
"description": "TODO: iOS友盟统计、推送简化集成.",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"static_framework": true,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"source_files": "DryUM-iOS/Classes/Code/**/*",
"public_header_files": "DryUM-iOS/Classes/Code/Public/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"UMCCommon": [
],
"UMCSecurityPlugins": [
],
"UMCAnalytics": [
],
"UMCPush": [
]
}
}