[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 8 / 1 / 9 / DS_SourceBundleSDK / 1.0.0.6 / DS_SourceBundleSDK.podspec.json
blobff46ebd0b3a927a70c89d324d85edf9f84128a9a
2   "name": "DS_SourceBundleSDK",
3   "version": "1.0.0.6",
4   "license": "MIT",
5   "summary": "静态framework测试,storyboard、Xib、image等资源用bundle分离",
6   "homepage": "https://github.com/d2space/DS_SourceBundleSDK",
7   "authors": {
8     "d2space": "d2space@126.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/d2space/DS_SourceBundleSDK.git",
15     "tag": "1.0.0.6"
16   },
17   "exclude_files": "Classes/Exclude",
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "vendored_frameworks": "DS_SourceDemoSDK.framework",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   },
26   "resource_bundles": {
27     "DS_SourceBundleSDK": [
28       "DS_SourceDemoBundle/*.{xib, storyboard, jpg, png}"
29     ]
30   }