[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 3 / 7 / YUKit / 2.0.3 / YUKit.podspec.json
blobf235432e8a7e4a98328e4d772fff9da06f46bead
2   "name": "YUKit",
3   "module_name": "YUKit",
4   "version": "2.0.3",
5   "summary": "YUKit for iOS.(objective-c 、c++)",
6   "homepage": "https://github.com/c6357/YUKit",
7   "license": "MIT",
8   "authors": {
9     "BruceYu": "c6357@outlook.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/c6357/YUKit.git",
16     "tag": "2.0.3"
17   },
18   "source_files": "YUKit/YUKitHeader.h",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "header",
23       "source_files": "YUKit/*.{h}"
24     },
25     {
26       "name": "foundation",
27       "source_files": "YUKit/foundation/YU_Foundation.{h}",
28       "subspecs": [
29         {
30           "name": "lib",
31           "ios": {
32             "dependencies": {
33               "YUKit/foundation/category": [
35               ],
36               "YUKit/header": [
38               ],
39               "YUKit/frameworks/Reachability": [
41               ]
42             }
43           },
44           "source_files": "YUKit/foundation/lib/**/*.{h,m,cpp,mm,c}"
45         },
46         {
47           "name": "category",
48           "ios": {
49             "dependencies": {
50               "YUKit/header": [
52               ]
53             }
54           },
55           "source_files": "YUKit/foundation/category/**/*.{h,m,cpp,mm,c}"
56         }
57       ]
58     },
59     {
60       "name": "uikit",
61       "source_files": "YUKit/uikit/YU_UIKit.{h}",
62       "subspecs": [
63         {
64           "name": "lib",
65           "ios": {
66             "dependencies": {
67               "YUKit/header": [
69               ],
70               "YUKit/foundation": [
72               ]
73             }
74           },
75           "source_files": "YUKit/uikit/lib/**/*.{h,m,cpp,mm,c}"
76         },
77         {
78           "name": "category",
79           "ios": {
80             "dependencies": {
81               "YUKit/header": [
83               ],
84               "YUKit/foundation": [
86               ]
87             }
88           },
89           "source_files": "YUKit/uikit/category/**/*.{h,m,cpp,mm,c}"
90         }
91       ]
92     },
93     {
94       "name": "frameworks",
95       "source_files": "YUKit/frameworks/YUKeychain/**/*.{h,m,cpp,mm,c}",
96       "subspecs": [
97         {
98           "name": "Reachability",
99           "ios": {
100             "dependencies": {
101               "YUKit/header": [
103               ]
104             }
105           },
106           "source_files": "YUKit/frameworks/Reachability/*.{h,m,cpp,mm,c}"
107         },
108         {
109           "name": "YUKeychain",
110           "ios": {
111             "dependencies": {
112               "YUKit/header": [
114               ]
115             }
116           }
117         }
118       ]
119     }
120   ]