[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 2 / 5 / 0 / MJSwiftCore / 0.9.0 / MJSwiftCore.podspec.json
bloba29629e05c7c74d3156834cf21de09cf822ec750
2   "name": "MJSwiftCore",
3   "version": "0.9.0",
4   "summary": "Mobile Jazz Swift toolkit utilities",
5   "description": "Mobile Jazz Swift toolkit utilities for macOS and iOS.",
6   "homepage": "https://github.com/mobilejazz/MJSwiftCore",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mobile Jazz": "info@mobilejazz.com"
13   },
14   "source": {
15     "git": "https://github.com/mobilejazz/MJSwiftCore.git",
16     "tag": "0.9.0"
17   },
18   "social_media_url": "https://twitter.com/mobilejazzcom",
19   "default_subspecs": [
20     "Repository",
21     "Common",
22     "Security"
23   ],
24   "platforms": {
25     "osx": "10.12",
26     "ios": "9.0"
27   },
28   "source_files": "MJSwiftCore/MJSwiftCore.h",
29   "deprecated": true,
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   ],
167   "swift_version": "4.2"