[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 5 / 0 / MJSwiftCore / 0.8.0 / MJSwiftCore.podspec.json
blob966a128105fe13c21884f7a57c949a1a7e1d25f5
2   "name": "MJSwiftCore",
3   "version": "0.8.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.8.0"
17   },
18   "social_media_url": "https://twitter.com/mobilejazzcom",
19   "default_subspecs": [
20     "Future",
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": "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.2"
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   ]