[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 4 / a / 2 / YJExtensions / 1.3.1 / YJExtensions.podspec.json
blob1e1174b2c8e46b27748ef507cc1988cffb47135f
2   "name": "YJExtensions",
3   "version": "1.3.1",
4   "summary": "分类",
5   "homepage": "https://github.com/LYajun/YJExtensions",
6   "license": "MIT",
7   "authors": {
8     "刘亚军": "liuyajun1999@icloud.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/LYajun/YJExtensions.git",
15     "tag": "1.3.1"
16   },
17   "source_files": "YJExtensions/YJExtensions.h",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "UIKit",
22       "source_files": "YJExtensions/UIKit/*.{h,m}",
23       "dependencies": {
24         "YJExtensions/Foundation": [
26         ]
27       }
28     },
29     {
30       "name": "YJEHpple",
31       "source_files": "YJExtensions/YJEHpple/**/*",
32       "libraries": "xml2",
33       "xcconfig": {
34         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
35       }
36     },
37     {
38       "name": "YJEGumbo",
39       "source_files": "YJExtensions/YJEGumbo/*.{h,m}",
40       "subspecs": [
41         {
42           "name": "src",
43           "source_files": "YJExtensions/YJEGumbo/src/**/*"
44         }
45       ]
46     },
47     {
48       "name": "Foundation",
49       "source_files": "YJExtensions/Foundation/*.{h,m}",
50       "dependencies": {
51         "YJExtensions/YJEGumbo": [
53         ],
54         "YJExtensions/YJEHpple": [
56         ]
57       }
58     }
59   ]