[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / a / c / ELKParallel / 0.0.6 / ELKParallel.podspec.json
blob257d58c5a96dc305bf513bc10b5c4c23cff45627
2   "name": "ELKParallel",
3   "version": "0.0.6",
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.6"
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         "Masonry": [
50         ]
51       },
52       "source_files": "ELKParallel/ELKCategory/**/*.{h,m}",
53       "ios": {
54         "frameworks": [
55           "Foundation",
56           "UIKit",
57           "CoreTelephony",
58           "SystemConfiguration",
59           "NetworkExtension",
60           "AVFoundation"
61         ]
62       },
63       "libraries": [
64         "c++",
65         "z"
66       ]
67     }
68   ]