[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 0 / MJSwiftCore / 0.2.2 / MJSwiftCore.podspec.json
blob5d289fb169452e621b5bf7ba4eb301b543c1b6fb
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   "subspecs": [
25     {
26       "name": "Common",
27       "source_files": "MJSwiftCore/Classes/Common/**/*"
28     },
29     {
30       "name": "Security",
31       "source_files": "MJSwiftCore/Classes/Security/**/*",
32       "frameworks": "Security"
33     },
34     {
35       "name": "Alamofire",
36       "source_files": "MJSwiftCore/Classes/Alamofire/**/*",
37       "dependencies": {
38         "Alamofire": [
39           "~> 4.5"
40         ],
41         "MJSwiftCore/Common": [
43         ]
44       }
45     },
46     {
47       "name": "Realm",
48       "source_files": "MJSwiftCore/Classes/Realm/**/*",
49       "dependencies": {
50         "RealmSwift": [
51           "~> 3.0.0"
52         ],
53         "MJSwiftCore/Common": [
55         ],
56         "MJSwiftCore/Security": [
58         ]
59       }
60     },
61     {
62       "name": "iOS",
63       "source_files": "MJSwiftCore/Classes/iOS/**/*",
64       "frameworks": "UIKit",
65       "dependencies": {
66         "MJSwiftCore/Common": [
68         ]
69       }
70     },
71     {
72       "name": "Vastra",
73       "source_files": "MJSwiftCore/Classes/Vastra/**/*"
74     }
75   ]