[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / 5 / 0 / MJSwiftCore / 0.2.5 / MJSwiftCore.podspec.json
blob0430a2642961b2ec15b14bcfc06b250e682509ed
2   "name": "MJSwiftCore",
3   "version": "0.2.5",
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.2.5"
17   },
18   "social_media_url": "https://twitter.com/mobilejazzcom",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "MJSwiftCore/Classes/**/*",
23   "exclude_files": "MJSwiftCore/Classes/MJCocoaCore/**/*",
24   "pushed_with_swift_version": "4.0",
25   "deprecated": true,
26   "subspecs": [
27     {
28       "name": "Common",
29       "source_files": "MJSwiftCore/Classes/Common/**/*"
30     },
31     {
32       "name": "Security",
33       "source_files": "MJSwiftCore/Classes/Security/**/*",
34       "frameworks": "Security"
35     },
36     {
37       "name": "Alamofire",
38       "source_files": "MJSwiftCore/Classes/Alamofire/**/*",
39       "dependencies": {
40         "Alamofire": [
41           "~> 4.5"
42         ],
43         "MJSwiftCore/Common": [
45         ]
46       }
47     },
48     {
49       "name": "Realm",
50       "source_files": "MJSwiftCore/Classes/Realm/**/*",
51       "dependencies": {
52         "RealmSwift": [
53           "~> 3.0.0"
54         ],
55         "MJSwiftCore/Common": [
57         ],
58         "MJSwiftCore/Security": [
60         ]
61       }
62     },
63     {
64       "name": "iOS",
65       "source_files": "MJSwiftCore/Classes/iOS/**/*",
66       "frameworks": "UIKit",
67       "dependencies": {
68         "MJSwiftCore/Common": [
70         ]
71       }
72     },
73     {
74       "name": "Vastra",
75       "source_files": "MJSwiftCore/Classes/Vastra/**/*"
76     },
77     {
78       "name": "MJCocoaCore",
79       "source_files": "MJSwiftCore/Classes/MJCocoaCore/**/*",
80       "dependencies": {
81         "MJCocoaCore/Common": [
82           "~>2.1"
83         ],
84         "MJSwiftCore/Common": [
86         ]
87       }
88     }
89   ]