[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 5 / 0 / MJSwiftCore / 0.3.1 / MJSwiftCore.podspec.json
blob62dd445ea75c205138a62dd2c74b887a80371fd5
2   "name": "MJSwiftCore",
3   "version": "0.3.1",
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.1"
17   },
18   "social_media_url": "https://twitter.com/mobilejazzcom",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "default_subspecs": [
23     "Future",
24     "Common",
25     "Security"
26   ],
27   "pushed_with_swift_version": "4.0",
28   "deprecated": true,
29   "subspecs": [
30     {
31       "name": "Future",
32       "source_files": "MJSwiftCore/Classes/Future/**/*"
33     },
34     {
35       "name": "Common",
36       "source_files": "MJSwiftCore/Classes/Common/**/*",
37       "dependencies": {
38         "MJSwiftCore/Future": [
40         ]
41       }
42     },
43     {
44       "name": "Security",
45       "source_files": "MJSwiftCore/Classes/Security/**/*",
46       "frameworks": "Security"
47     },
48     {
49       "name": "Alamofire",
50       "source_files": "MJSwiftCore/Classes/Alamofire/**/*",
51       "dependencies": {
52         "Alamofire": [
53           "~> 4.5"
54         ],
55         "MJSwiftCore/Common": [
57         ]
58       }
59     },
60     {
61       "name": "Realm",
62       "source_files": "MJSwiftCore/Classes/Realm/**/*",
63       "dependencies": {
64         "RealmSwift": [
65           "~> 3.0.0"
66         ],
67         "MJSwiftCore/Common": [
69         ],
70         "MJSwiftCore/Security": [
72         ]
73       }
74     },
75     {
76       "name": "iOS",
77       "source_files": "MJSwiftCore/Classes/iOS/**/*",
78       "frameworks": "UIKit",
79       "dependencies": {
80         "MJSwiftCore/Common": [
82         ]
83       }
84     },
85     {
86       "name": "Vastra",
87       "source_files": "MJSwiftCore/Classes/Vastra/**/*"
88     },
89     {
90       "name": "MJCocoaCore",
91       "source_files": "MJSwiftCore/Classes/MJCocoaCore/**/*",
92       "dependencies": {
93         "MJCocoaCore/Common": [
94           "~>2.2"
95         ],
96         "MJSwiftCore/Common": [
98         ]
99       }
100     }
101   ]