[Add] B24PaymentSdk 1.1.46-beta.3
[CocoaPods.git] / Specs / b / a / 7 / Sakura / 0.1.0 / Sakura.podspec.json
bloba82f68ae877c88306d2f97cda9e783555ac1ffde
2   "name": "Sakura",
3   "version": "0.1.0",
4   "summary": "❀ swift utils lib for private use.",
5   "homepage": "https://github.com/949886",
6   "license": {
7     "type": "Copyright",
8     "text": "Copyright (c) 2017 Yae Sakura. All rights reserved."
9   },
10   "authors": {
11     "Lunar Eclipse": "949886@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/949886/Sakura.git",
15     "branch": "master"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "xcconfig": {
22     "SWIFT_VERSION": "5.0"
23   },
24   "default_subspecs": [
25     "Core",
26     "UI"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sakura/Core/**/*.{h,swift}",
32       "preserve_paths": "Modules/*",
33       "pod_target_xcconfig": {
34         "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Sakura/Modules"
35       },
36       "frameworks": "UIKit",
37       "libraries": "z"
38     },
39     {
40       "name": "UI",
41       "source_files": "Sakura/UI/**/*.{h,swift}",
42       "dependencies": {
43         "Sakura/Core": [
45         ]
46       }
47     },
48     {
49       "name": "OC",
50       "dependencies": {
51         "SakuraOC": [
53         ]
54       }
55     }
56   ]