[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / 7 / Sakura / 0.0.3 / Sakura.podspec.json
blobb0a42d4d525889c6f4f5e541d51574477ece5f9d
2   "name": "Sakura",
3   "version": "0.0.3",
4   "summary": "A beautiful and powerful frameworks like cherry blossom.",
5   "homepage": "http://eclipse.moe",
6   "license": {
7     "type": "Copyright",
8     "text": "Copyright (c) 2017 Yae Sakura. All rights reserved."
9   },
10   "authors": {
11     "Buka": "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   "default_subspecs": [
22     "Extension",
23     "UI"
24   ],
25   "subspecs": [
26     {
27       "name": "Extension",
28       "source_files": "Sakura/Extension/**/*.{h,swift}",
29       "frameworks": "UIKit"
30     },
31     {
32       "name": "UI",
33       "source_files": "Sakura/UI/**/*.{h,swift}"
34     },
35     {
36       "name": "OC",
37       "dependencies": {
38         "SakuraOC": [
40         ]
41       }
42     }
43   ]