blob: 129ddca9c0115e97eb7f35cc688a7b77b83d6d40 [file] [log] [blame]
{
"name": "DS_SourceBundleSDK",
"version": "1.0.0.10",
"license": "MIT",
"summary": "静态framework测试,storyboard、Xib、image等资源用bundle分离",
"homepage": "https://github.com/d2space/DS_SourceBundleSDK",
"authors": {
"d2space": "d2space@126.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/d2space/DS_SourceBundleSDK.git",
"tag": "1.0.0.10"
},
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"vendored_frameworks": "DS_SourceDemoSDK.framework",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"resource_bundles": {
"DS_SourceBundleSDK": "DS_SourceDemoBundle/**/*.{xib, png, jpeg, jpg,storyboard}"
}
}