[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / a / c / ELKParallel / 0.0.4 / ELKParallel.podspec.json
blob66031fcc9461ac14f460769b98fa854446016988
2   "name": "ELKParallel",
3   "version": "0.0.4",
4   "summary": "常用OC分类",
5   "description": "常用OC分类集合",
6   "homepage": "https://github.com/elkshrek/ELKParallel-master",
7   "license": "MIT",
8   "authors": {
9     "Jonathan": "Jonathan_dk@163.com"
10   },
11   "source": {
12     "git": "https://github.com/elkshrek/ELKParallel-master.git",
13     "tag": "0.0.4"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source_files": "ELKParallel/ELKParallel.h",
20   "subspecs": [
21     {
22       "name": "ELKCommon",
23       "source_files": "ELKParallel/ELKCommon/**/*.{h,m}"
24     },
25     {
26       "name": "ELKTool",
27       "source_files": "ELKParallel/ELKTool/**/*.{h,m}",
28       "ios": {
29         "frameworks": [
30           "SystemConfiguration",
31           "Foundation"
32         ]
33       },
34       "libraries": [
35         "c++",
36         "z"
37       ]
38     },
39     {
40       "name": "ELKCategory",
41       "dependencies": {
42         "ELKParallel/ELKCommon": [
44         ],
45         "ELKParallel/ELKTool": [
47         ]
48       },
49       "source_files": "ELKParallel/ELKCategory/**/*.{h,m}",
50       "ios": {
51         "frameworks": [
52           "Foundation",
53           "UIKit",
54           "CoreTelephony",
55           "SystemConfiguration",
56           "NetworkExtension",
57           "AVFoundation"
58         ]
59       },
60       "libraries": [
61         "c++",
62         "z"
63       ]
64     }
65   ]