[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 1.4.0 / YJCocoa.podspec.json
blob02230f21549cbbb9a74777f189de19be95c6969a
2   "name": "YJCocoa",
3   "version": "1.4.0",
4   "authors": {
5     "阳君": "937447974@qq.com"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "homepage": "https://github.com/937447974/YJCocoa",
12   "source": {
13     "git": "https://github.com/937447974/YJCocoa.git",
14     "tag": "v1.4.0"
15   },
16   "summary": "YJ Cocoa",
17   "platforms": {
18     "ios": "6.0"
19   },
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "requires_arc": true,
25   "source_files": "Cocoa/*.{h,m}",
26   "default_subspecs": [
27     "CocoaTouchLayer",
28     "CoreServicesLayer",
29     "CoreOSLayer"
30   ],
31   "subspecs": [
32     {
33       "name": "CocoaTouchLayer",
34       "source_files": "Cocoa/CocoaTouchLayer/*.{h,m}",
35       "subspecs": [
36         {
37           "name": "UIKit",
38           "source_files": "Cocoa/CocoaTouchLayer/UIKit/*.{h,m}",
39           "subspecs": [
40             {
41               "name": "CollectionView",
42               "source_files": "Cocoa/CocoaTouchLayer/UIKit/CollectionView/*.{h,m}",
43               "dependencies": {
44                 "YJCocoa/CoreServicesLayer/Foundation": [
46                 ],
47                 "YJCocoa/CoreOSLayer/System": [
49                 ]
50               }
51             },
52             {
53               "name": "AutoLayout",
54               "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/*.{h,m}",
55               "subspecs": [
56                 {
57                   "name": "UIView",
58                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/UIView/*.{h,m}",
59                   "dependencies": {
60                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor": [
62                     ]
63                   }
64                 },
65                 {
66                   "name": "UIViewController",
67                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/UIViewController/*.{h,m}",
68                   "dependencies": {
69                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor": [
71                     ]
72                   }
73                 },
74                 {
75                   "name": "LayoutAnchor",
76                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
77                   "dependencies": {
78                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/Extend": [
80                     ]
81                   }
82                 },
83                 {
84                   "name": "Extend",
85                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/Extend/*.{h,m}"
86                 }
87               ]
88             }
89           ]
90         }
91       ]
92     },
93     {
94       "name": "CoreServicesLayer",
95       "source_files": "Cocoa/CoreServicesLayer/*.{h,m}",
96       "subspecs": [
97         {
98           "name": "Foundation",
99           "source_files": "Cocoa/CoreServicesLayer/Foundation/*.{h,m}",
100           "subspecs": [
101             {
102               "name": "Log",
103               "source_files": "Cocoa/CoreServicesLayer/Foundation/Log/*.{h,m}"
104             }
105           ]
106         }
107       ]
108     },
109     {
110       "name": "CoreOSLayer",
111       "source_files": "Cocoa/CoreOSLayer/*.{h,m}",
112       "subspecs": [
113         {
114           "name": "System",
115           "source_files": "Cocoa/CoreOSLayer/System/*.{h,m}"
116         }
117       ]
118     }
119   ]