[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 1.3.0 / YJCocoa.podspec.json
blobdbbad1a21ab73aa66b444788db317ec33ffff626
2   "name": "YJCocoa",
3   "version": "1.3.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.3.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         }
54       ]
55     },
56     {
57       "name": "CoreServicesLayer",
58       "source_files": "Cocoa/CoreServicesLayer/*.{h,m}",
59       "subspecs": [
60         {
61           "name": "Foundation",
62           "source_files": "Cocoa/CoreServicesLayer/Foundation/*.{h,m}",
63           "subspecs": [
64             {
65               "name": "Log",
66               "source_files": "Cocoa/CoreServicesLayer/Foundation/Log/*.{h,m}"
67             }
68           ]
69         }
70       ]
71     },
72     {
73       "name": "CoreOSLayer",
74       "source_files": "Cocoa/CoreOSLayer/*.{h,m}",
75       "subspecs": [
76         {
77           "name": "System",
78           "source_files": "Cocoa/CoreOSLayer/System/*.{h,m}"
79         }
80       ]
81     }
82   ]