[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 5 / 0 / MJSwiftCore / 0.2.2 / MJSwiftCore.podspec.json
blob17e69cb74ef943902e9748766e2bfecde4adab4d
2   "name": "MJSwiftCore",
3   "version": "0.2.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.2.2"
17   },
18   "social_media_url": "https://twitter.com/mobilejazzcom",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "MJSwiftCore/Classes/**/*",
23   "pushed_with_swift_version": "4.0",
24   "deprecated": true,
25   "subspecs": [
26     {
27       "name": "Common",
28       "source_files": "MJSwiftCore/Classes/Common/**/*"
29     },
30     {
31       "name": "Security",
32       "source_files": "MJSwiftCore/Classes/Security/**/*",
33       "frameworks": "Security"
34     },
35     {
36       "name": "Alamofire",
37       "source_files": "MJSwiftCore/Classes/Alamofire/**/*",
38       "dependencies": {
39         "Alamofire": [
40           "~> 4.5"
41         ],
42         "MJSwiftCore/Common": [
44         ]
45       }
46     },
47     {
48       "name": "Realm",
49       "source_files": "MJSwiftCore/Classes/Realm/**/*",
50       "dependencies": {
51         "RealmSwift": [
52           "~> 3.0.0"
53         ],
54         "MJSwiftCore/Common": [
56         ],
57         "MJSwiftCore/Security": [
59         ]
60       }
61     },
62     {
63       "name": "iOS",
64       "source_files": "MJSwiftCore/Classes/iOS/**/*",
65       "frameworks": "UIKit",
66       "dependencies": {
67         "MJSwiftCore/Common": [
69         ]
70       }
71     },
72     {
73       "name": "Vastra",
74       "source_files": "MJSwiftCore/Classes/Vastra/**/*"
75     }
76   ]