[Add] CSL-CS710S 1.8.0
[CocoaPods.git] / Specs / 8 / e / 3 / YHCommon / 0.2.1 / YHCommon.podspec.json
blobfb493122d8eaabf857d5c6b3f391241198d1b21c
2   "name": "YHCommon",
3   "version": "0.2.1",
4   "summary": "App common file of YHCommon.",
5   "description": "App common file with Pod for APP",
6   "homepage": "https://github.com/yahua/YHCommon",
7   "license": "MIT",
8   "authors": {
9     "yahua": "yahua523@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/yahua/YHCommon.git",
17     "tag": "0.2.1"
18   },
19   "source_files": "YHCommon/YHCommon.h",
20   "dependencies": {
21     "YAHLayout": [
23     ]
24   },
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "prefix_header_contents": "#ifndef TARGET_OS_IOS\n  #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n#ifndef TARGET_OS_WATCH\n  #define TARGET_OS_WATCH 0\n#endif\n#ifndef TARGET_OS_TV\n  #define TARGET_OS_TV 0\n#endif",
30   "subspecs": [
31     {
32       "name": "extobjc",
33       "platforms": {
34         "ios": "7.0"
35       },
36       "public_header_files": "YHCommon/extobjc/*.h",
37       "source_files": "YHCommon/extobjc"
38     },
39     {
40       "name": "NSData",
41       "platforms": {
42         "ios": "7.0"
43       },
44       "public_header_files": "YHCommon/NSData/*.h",
45       "source_files": "YHCommon/NSData"
46     },
47     {
48       "name": "NSDate",
49       "platforms": {
50         "ios": "7.0"
51       },
52       "public_header_files": "YHCommon/NSDate/*.h",
53       "source_files": "YHCommon/NSDate"
54     },
55     {
56       "name": "NSString",
57       "platforms": {
58         "ios": "7.0"
59       },
60       "dependencies": {
61         "YHCommon/NSData": [
63         ]
64       },
65       "public_header_files": "YHCommon/NSString/*.h",
66       "source_files": "YHCommon/NSString"
67     },
68     {
69       "name": "NSTimer",
70       "platforms": {
71         "ios": "7.0"
72       },
73       "public_header_files": "YHCommon/NSTimer/*.h",
74       "source_files": "YHCommon/NSTimer"
75     },
76     {
77       "name": "UIColor",
78       "platforms": {
79         "ios": "7.0"
80       },
81       "public_header_files": "YHCommon/UIColor/*.h",
82       "source_files": "YHCommon/UIColor"
83     },
84     {
85       "name": "UIDevice",
86       "platforms": {
87         "ios": "7.0"
88       },
89       "public_header_files": "YHCommon/UIDevice/*.h",
90       "source_files": "YHCommon/UIDevice"
91     },
92     {
93       "name": "UIImage",
94       "platforms": {
95         "ios": "7.0"
96       },
97       "public_header_files": "YHCommon/UIImage/*.h",
98       "source_files": "YHCommon/UIImage"
99     },
100     {
101       "name": "UIButton",
102       "platforms": {
103         "ios": "7.0"
104       },
105       "public_header_files": "YHCommon/UIButton/*.h",
106       "source_files": "YHCommon/UIButton"
107     },
108     {
109       "name": "UIAlertView",
110       "platforms": {
111         "ios": "7.0"
112       },
113       "public_header_files": "YHCommon/UIAlertView/*.h",
114       "source_files": "YHCommon/UIAlertView"
115     },
116     {
117       "name": "UILable",
118       "platforms": {
119         "ios": "7.0"
120       },
121       "public_header_files": "YHCommon/UILable/*.h",
122       "source_files": "YHCommon/UILable"
123     },
124     {
125       "name": "UITextField",
126       "platforms": {
127         "ios": "7.0"
128       },
129       "public_header_files": "YHCommon/UITextField/*.h",
130       "source_files": "YHCommon/UITextField"
131     },
132     {
133       "name": "UITextField",
134       "platforms": {
135         "ios": "7.0"
136       },
137       "public_header_files": "YHCommon/UITextField/*.h",
138       "source_files": "YHCommon/UITextField"
139     },
140     {
141       "name": "UINavigationController",
142       "platforms": {
143         "ios": "7.0"
144       },
145       "public_header_files": "YHCommon/UINavigationController/*.h",
146       "source_files": "YHCommon/UINavigationController"
147     },
148     {
149       "name": "YAHKVOController",
150       "platforms": {
151         "ios": "7.0"
152       },
153       "public_header_files": "YHCommon/YAHKVOController/*.h",
154       "source_files": "YHCommon/YAHKVOController"
155     }
156   ]