[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / a / 2 / YJExtensions / 1.2.6 / YJExtensions.podspec.json
blob093e770846555476ed8769b4959ff3b264b9abfe
2   "name": "YJExtensions",
3   "version": "1.2.6",
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.2.6"
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": "Foundation",
39       "source_files": "YJExtensions/Foundation/*.{h,m}",
40       "dependencies": {
41         "YJExtensions/YJEHpple": [
43         ]
44       }
45     }
46   ]