blob: e35c2910565c8deb68905f420ad259dfda37cdd5 [file] [log] [blame]
{
"name": "DahanLibrary",
"version": "0.1.5",
"summary": "Summary of DahanLibrary.",
"description": "A description of DahanLibrary.",
"homepage": "https://github.com/Bonbon-Dev/DahanLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andy Meng": "andy_m129@163.com"
},
"source": {
"git": "https://github.com/Bonbon-Dev/DahanLibrary.git",
"tag": "0.1.5"
},
"social_media_url": "https://github.com/Bonbon-Dev",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Bugly",
"source_files": "DahanLibrary/Classes/Bugly/*.{h,m}",
"public_header_files": "DahanLibrary/Classes/Bugly/*.h",
"dependencies": {
"DahanLibrary/Core": [
],
"AMKCategories/Foundation/NSObject/MethodSwizzling": [
],
"Bugly": [
]
}
},
{
"name": "UMeng",
"source_files": "DahanLibrary/Classes/UMeng/*.{h,m}",
"public_header_files": "DahanLibrary/Classes/UMeng/*.h",
"dependencies": {
"DahanLibrary/Core": [
],
"AMKCategories/Foundation/NSObject/MethodSwizzling": [
],
"UMCCommon": [
],
"UMCAnalytics": [
]
}
},
{
"name": "Core",
"vendored_frameworks": [
"DahanLibrary/Classes/Core/*.framework",
"DahanLibrary/Classes/Core/**/*.framework"
],
"resources": [
"DahanLibrary/Classes/Core/*.bundle",
"DahanLibrary/Classes/Core/**/*.bundle"
],
"frameworks": "UIKit",
"libraries": "c++",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-all_load",
"ENABLE_BITCODE": "NO"
}
}
]
}