[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / a / 7 / Sakura / 0.0.6 / Sakura.podspec.json
blobae27e0aabd597a10e941bd111efa59882da69851
2   "name": "Sakura",
3   "version": "0.0.6",
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   "xcconfig": {
22     "SWIFT_VERSION": "3.0"
23   },
24   "default_subspecs": [
25     "Extension",
26     "UI"
27   ],
28   "subspecs": [
29     {
30       "name": "Extension",
31       "source_files": "Sakura/Extension/**/*.{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     },
43     {
44       "name": "OC",
45       "dependencies": {
46         "SakuraOC": [
48         ]
49       }
50     }
51   ]