[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / a / 7 / Sakura / 0.0.5 / Sakura.podspec.json
blob34713874973aa7ede8280905368974ef5580ad43
2   "name": "Sakura",
3   "version": "0.0.5",
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       "frameworks": "UIKit"
33     },
34     {
35       "name": "UI",
36       "source_files": "Sakura/UI/**/*.{h,swift}"
37     },
38     {
39       "name": "OC",
40       "dependencies": {
41         "SakuraOC": [
43         ]
44       }
45     }
46   ]