blob: 2e7389e73db9b8d828feea28449fd125d0d9f481 [file] [log] [blame]
{
"name": "DahanLibrary",
"version": "0.1.0",
"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.0"
},
"social_media_url": "https://github.com/Bonbon-Dev",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"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"
}
}
]
}