[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 0 / MJSwiftCore / 0.8.2 / MJSwiftCore.podspec.json
blobf16f440dbf691ff95c3057e1f46b4dd5fad0c333
2   "name": "MJSwiftCore",
3   "version": "0.8.2",
4   "summary": "Mobile Jazz Swift toolkit utilities",
5   "swift_version": "4.2",
6   "description": "Mobile Jazz Swift toolkit utilities for macOS and iOS.",
7   "homepage": "https://github.com/mobilejazz/MJSwiftCore",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Mobile Jazz": "info@mobilejazz.com"
14   },
15   "source": {
16     "git": "https://github.com/mobilejazz/MJSwiftCore.git",
17     "tag": "0.8.2"
18   },
19   "social_media_url": "https://twitter.com/mobilejazzcom",
20   "default_subspecs": [
21     "Future",
22     "Common",
23     "Security"
24   ],
25   "platforms": {
26     "osx": "10.12",
27     "ios": "9.0"
28   },
29   "source_files": "MJSwiftCore/MJSwiftCore.h",
30   "subspecs": [
31     {
32       "name": "Future",
33       "source_files": [
34         "MJSwiftCore/Classes/Future/**/*",
35         "MJSwiftCore/MJSwiftCore.h"
36       ]
37     },
38     {
39       "name": "Common",
40       "source_files": [
41         "MJSwiftCore/Classes/Common/**/*",
42         "MJSwiftCore/MJSwiftCore.h"
43       ],
44       "dependencies": {
45         "MJSwiftCore/Future": [
47         ]
48       }
49     },
50     {
51       "name": "Security",
52       "source_files": [
53         "MJSwiftCore/Classes/Security/**/*",
54         "MJSwiftCore/MJSwiftCore.h"
55       ],
56       "frameworks": "Security",
57       "dependencies": {
58         "MJSwiftCore/Common": [
60         ]
61       }
62     },
63     {
64       "name": "Alamofire",
65       "source_files": [
66         "MJSwiftCore/Classes/Alamofire/**/*",
67         "MJSwiftCore/MJSwiftCore.h"
68       ],
69       "dependencies": {
70         "Alamofire": [
71           "~> 4.7.3"
72         ],
73         "MJSwiftCore/Common": [
75         ]
76       }
77     },
78     {
79       "name": "Realm",
80       "source_files": [
81         "MJSwiftCore/Classes/Realm/**/*",
82         "MJSwiftCore/MJSwiftCore.h"
83       ],
84       "dependencies": {
85         "RealmSwift": [
86           "~> 3.9.0"
87         ],
88         "MJSwiftCore/Common": [
90         ],
91         "MJSwiftCore/Security": [
93         ]
94       }
95     },
96     {
97       "name": "iOS",
98       "osx": {
99         "source_files": [
100           "MJSwiftCore/Classes/iOS/readme-macOS.swift",
101           "MJSwiftCore/MJSwiftCore.h"
102         ]
103       },
104       "ios": {
105         "source_files": [
106           "MJSwiftCore/Classes/iOS/**/*",
107           "MJSwiftCore/MJSwiftCore.h"
108         ],
109         "frameworks": "UIKit",
110         "dependencies": {
111           "MJSwiftCore/Common": [
113           ]
114         }
115       }
116     },
117     {
118       "name": "Vastra",
119       "source_files": [
120         "MJSwiftCore/Classes/Vastra/**/*",
121         "MJSwiftCore/MJSwiftCore.h"
122       ]
123     },
124     {
125       "name": "MJCocoaCore",
126       "source_files": [
127         "MJSwiftCore/Classes/MJCocoaCore/**/*",
128         "MJSwiftCore/MJSwiftCore.h"
129       ],
130       "dependencies": {
131         "MJCocoaCore/Common": [
132           "~> 2.3"
133         ],
134         "MJSwiftCore/Common": [
136         ]
137       }
138     },
139     {
140       "name": "Objection",
141       "source_files": [
142         "MJSwiftCore/Classes/Objection/**/*",
143         "MJSwiftCore/MJSwiftCore.h"
144       ],
145       "dependencies": {
146         "MJObjection": [
148         ]
149       }
150     }
151   ]