[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 1.2.0 / YJCocoa.podspec.json
blobf21552cc716b6cb7f7df6b28faff952148e69bc4
2   "name": "YJCocoa",
3   "version": "1.2.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.2.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     },
36     {
37       "name": "CoreServicesLayer",
38       "source_files": "Cocoa/CoreServicesLayer/*.{h,m}",
39       "subspecs": [
40         {
41           "name": "Foundation",
42           "source_files": "Cocoa/CoreServicesLayer/Foundation/*.{h,m}"
43         }
44       ]
45     },
46     {
47       "name": "CoreOSLayer",
48       "source_files": "Cocoa/CoreOSLayer/*.{h,m}",
49       "subspecs": [
50         {
51           "name": "System",
52           "source_files": "Cocoa/CoreOSLayer/System/*.{h,m}"
53         }
54       ]
55     }
56   ]