[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / 7 / Sakura / 0.0.9 / Sakura.podspec.json
blob3352a8cf7494cf62cb0670798d8f8a76cc85491e
2   "name": "Sakura",
3   "version": "0.0.9",
4   "summary": "A beautiful and powerful frameworks like cherry blossom.",
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     "Yae Sakura": "949886@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/949886/Sakura.git",
15     "branch": "master"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "xcconfig": {
22     "SWIFT_VERSION": "4.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   ]