[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / a / 7 / Sakura / 0.0.2 / Sakura.podspec.json
blob5a894a29707b73d583215a9560f1616075d684d4
2   "name": "Sakura",
3   "version": "0.0.2",
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": "Sakura",
22   "subspecs": [
23     {
24       "name": "Sakura",
25       "source_files": [
26         "Sakura/Extension/**/*.{h,swift}",
27         "Sakura/UI/**/*.{h,swift}"
28       ],
29       "frameworks": "UIKit"
30     },
31     {
32       "name": "UI",
33       "source_files": "Sakura/UI/**/*.{h,swift}"
34     },
35     {
36       "name": "OC",
37       "dependencies": {
38         "AFNetworking": [
40         ]
41       }
42     }
43   ]