[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / a / 1 / YYNavigation / 0.1.6 / YYNavigation.podspec.json
blob6b2529da51aae286b8b2dfb233e4c7ff4f4413de
2   "name": "YYNavigation",
3   "version": "0.1.6",
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.6"
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     {
56       "name": "YYResource",
57       "resource_bundles": {
58         "YYNavigation": [
59           "YYNavigation/Assets/*.xcassets"
60         ]
61       }
62     }
63   ]