[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 5 / 0 / MJSwiftCore / 0.5.2 / MJSwiftCore.podspec.json
blob9c5c042b1b158a89ffa6ce32d8e1a90d462422cb
2   "name": "MJSwiftCore",
3   "version": "0.5.2",
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.5.2"
17   },
18   "social_media_url": "https://twitter.com/mobilejazzcom",
19   "default_subspecs": [
20     "Common",
21     "Security"
22   ],
23   "platforms": {
24     "osx": "10.12",
25     "ios": "9.0"
26   },
27   "deprecated": true,
28   "subspecs": [
29     {
30       "name": "Future",
31       "source_files": "MJSwiftCore/Classes/Future/**/*"
32     },
33     {
34       "name": "Common",
35       "source_files": "MJSwiftCore/Classes/Common/**/*",
36       "dependencies": {
37         "MJSwiftCore/Future": [
39         ]
40       }
41     },
42     {
43       "name": "Security",
44       "source_files": "MJSwiftCore/Classes/Security/**/*",
45       "frameworks": "Security",
46       "dependencies": {
47         "MJSwiftCore/Common": [
49         ]
50       }
51     },
52     {
53       "name": "Alamofire",
54       "source_files": "MJSwiftCore/Classes/Alamofire/**/*",
55       "dependencies": {
56         "Alamofire": [
57           "~> 4.7.2"
58         ],
59         "MJSwiftCore/Common": [
61         ]
62       }
63     },
64     {
65       "name": "Realm",
66       "source_files": "MJSwiftCore/Classes/Realm/**/*",
67       "dependencies": {
68         "RealmSwift": [
69           "~> 3.3.2"
70         ],
71         "MJSwiftCore/Common": [
73         ],
74         "MJSwiftCore/Security": [
76         ]
77       }
78     },
79     {
80       "name": "iOS",
81       "osx": {
82         "source_files": "MJSwiftCore/Classes/iOS/readme-macOS.swift"
83       },
84       "ios": {
85         "source_files": "MJSwiftCore/Classes/iOS/**/*",
86         "frameworks": "UIKit",
87         "dependencies": {
88           "MJSwiftCore/Common": [
90           ]
91         }
92       }
93     },
94     {
95       "name": "Vastra",
96       "source_files": "MJSwiftCore/Classes/Vastra/**/*"
97     },
98     {
99       "name": "MJCocoaCore",
100       "source_files": "MJSwiftCore/Classes/MJCocoaCore/**/*",
101       "dependencies": {
102         "MJCocoaCore/Common": [
103           "~> 2.3.8"
104         ],
105         "MJSwiftCore/Common": [
107         ]
108       }
109     },
110     {
111       "name": "Objection",
112       "source_files": "MJSwiftCore/Classes/Objection/**/*",
113       "dependencies": {
114         "MJObjection": [
116         ]
117       }
118     }
119   ]