[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 0 / MJSwiftCore / 0.9.0 / MJSwiftCore.podspec.json
blob1861b31db482f01625508fb4b9a4bf775fb70b7a
2   "name": "MJSwiftCore",
3   "version": "0.9.0",
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.9.0"
18   },
19   "social_media_url": "https://twitter.com/mobilejazzcom",
20   "default_subspecs": [
21     "Repository",
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": "Repository",
40       "source_files": [
41         "MJSwiftCore/Classes/Repository/**/*",
42         "MJSwiftCore/MJSwiftCore.h"
43       ],
44       "dependencies": {
45         "MJSwiftCore/Future": [
47         ],
48         "MJSwiftCore/Common": [
50         ]
51       }
52     },
53     {
54       "name": "Common",
55       "source_files": [
56         "MJSwiftCore/Classes/Common/**/*",
57         "MJSwiftCore/MJSwiftCore.h"
58       ],
59       "dependencies": {
60         "MJSwiftCore/Future": [
62         ]
63       }
64     },
65     {
66       "name": "Security",
67       "source_files": [
68         "MJSwiftCore/Classes/Security/**/*",
69         "MJSwiftCore/MJSwiftCore.h"
70       ],
71       "frameworks": "Security",
72       "dependencies": {
73         "MJSwiftCore/Repository": [
75         ]
76       }
77     },
78     {
79       "name": "Alamofire",
80       "source_files": [
81         "MJSwiftCore/Classes/Alamofire/**/*",
82         "MJSwiftCore/MJSwiftCore.h"
83       ],
84       "dependencies": {
85         "Alamofire": [
86           "~> 4.7.3"
87         ],
88         "MJSwiftCore/Future": [
90         ]
91       }
92     },
93     {
94       "name": "Realm",
95       "source_files": [
96         "MJSwiftCore/Classes/Realm/**/*",
97         "MJSwiftCore/MJSwiftCore.h"
98       ],
99       "dependencies": {
100         "RealmSwift": [
101           "~> 3.9.0"
102         ],
103         "MJSwiftCore/Repository": [
105         ],
106         "MJSwiftCore/Security": [
108         ]
109       }
110     },
111     {
112       "name": "iOS",
113       "osx": {
114         "source_files": [
115           "MJSwiftCore/Classes/iOS/readme-macOS.swift",
116           "MJSwiftCore/MJSwiftCore.h"
117         ]
118       },
119       "ios": {
120         "source_files": [
121           "MJSwiftCore/Classes/iOS/**/*",
122           "MJSwiftCore/MJSwiftCore.h"
123         ],
124         "frameworks": "UIKit",
125         "dependencies": {
126           "MJSwiftCore/Common": [
128           ]
129         }
130       }
131     },
132     {
133       "name": "Vastra",
134       "source_files": [
135         "MJSwiftCore/Classes/Vastra/**/*",
136         "MJSwiftCore/MJSwiftCore.h"
137       ]
138     },
139     {
140       "name": "MJCocoaCore",
141       "source_files": [
142         "MJSwiftCore/Classes/MJCocoaCore/**/*",
143         "MJSwiftCore/MJSwiftCore.h"
144       ],
145       "dependencies": {
146         "MJCocoaCore/Common": [
147           "~> 2.3"
148         ],
149         "MJSwiftCore/Common": [
151         ]
152       }
153     },
154     {
155       "name": "Objection",
156       "source_files": [
157         "MJSwiftCore/Classes/Objection/**/*",
158         "MJSwiftCore/MJSwiftCore.h"
159       ],
160       "dependencies": {
161         "MJObjection": [
163         ]
164       }
165     }
166   ]