[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 5 / 0 / MJSwiftCore / 0.3.12 / MJSwiftCore.podspec.json
blob655d93cf5079d0982b6a0a677ac3c8483b42ea7a
2   "name": "MJSwiftCore",
3   "version": "0.3.12",
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.3.12"
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": "10.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     },
47     {
48       "name": "Alamofire",
49       "source_files": "MJSwiftCore/Classes/Alamofire/**/*",
50       "dependencies": {
51         "Alamofire": [
52           "~> 4.5"
53         ],
54         "MJSwiftCore/Common": [
56         ]
57       }
58     },
59     {
60       "name": "Realm",
61       "source_files": "MJSwiftCore/Classes/Realm/**/*",
62       "dependencies": {
63         "RealmSwift": [
64           "~> 3.0.0"
65         ],
66         "MJSwiftCore/Common": [
68         ],
69         "MJSwiftCore/Security": [
71         ]
72       }
73     },
74     {
75       "name": "iOS",
76       "osx": {
77         "source_files": "MJSwiftCore/Classes/iOS/readme-macOS.swift"
78       },
79       "ios": {
80         "source_files": "MJSwiftCore/Classes/iOS/**/*",
81         "frameworks": "UIKit",
82         "dependencies": {
83           "MJSwiftCore/Common": [
85           ]
86         }
87       }
88     },
89     {
90       "name": "Vastra",
91       "source_files": "MJSwiftCore/Classes/Vastra/**/*"
92     },
93     {
94       "name": "MJCocoaCore",
95       "source_files": "MJSwiftCore/Classes/MJCocoaCore/**/*",
96       "dependencies": {
97         "MJCocoaCore/Common": [
98           "~> 2.3"
99         ],
100         "MJSwiftCore/Common": [
102         ]
103       }
104     }
105   ]