[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / a / 1 / YYNavigation / 0.1.5 / YYNavigation.podspec.json
blob8aab498f3de527a00c793e86fbf440cdebaa2077
2   "name": "YYNavigation",
3   "version": "0.1.5",
4   "summary": "YYNavigation is a custom navigation controller, it is very simple to use.",
5   "homepage": "https://git.oschina.net/YownYang/yynavigation.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "990192315@qq.com": "990192315@qq.com"
12   },
13   "source": {
14     "git": "https://git.oschina.net/YownYang/yynavigation.git",
15     "tag": "0.1.5"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "public_header_files": "YYNavigation/Classes/YYNavigation.h",
21   "source_files": "YYNavigation/Classes/YYNavigation.h",
22   "subspecs": [
23     {
24       "name": "YYNavigationAnimation",
25       "source_files": "YYNavigation/Classes/YYNavigationAnimation/*.{h,m}",
26       "dependencies": {
27         "YYNavigation/YYNavigationCategory": [
29         ]
30       }
31     },
32     {
33       "name": "YYNavigationBase",
34       "source_files": "YYNavigation/Classes/YYNavigationBase/*.{h,m}",
35       "dependencies": {
36         "YYNavigation/YYNavigationMacro": [
38         ],
39         "YYNavigation/YYNavigationCategory": [
41         ],
42         "YYNavigation/YYNavigationAnimation": [
44         ]
45       }
46     },
47     {
48       "name": "YYNavigationCategory",
49       "source_files": "YYNavigation/Classes/YYNavigationCategory/*.{h,m}"
50     },
51     {
52       "name": "YYNavigationMacro",
53       "source_files": "YYNavigation/Classes/YYNavigationMacro/*.{h,m}"
54     }
55   ]