[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 0 / MJSwiftCore / 0.3.2 / MJSwiftCore.podspec.json
blobcc28120c7da99296e6ee639af96e0273173b789a
2   "name": "MJSwiftCore",
3   "version": "0.3.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.3.2"
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   "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       "source_files": "MJSwiftCore/Classes/iOS/**/*",
77       "frameworks": "UIKit",
78       "dependencies": {
79         "MJSwiftCore/Common": [
81         ]
82       }
83     },
84     {
85       "name": "Vastra",
86       "source_files": "MJSwiftCore/Classes/Vastra/**/*"
87     },
88     {
89       "name": "MJCocoaCore",
90       "source_files": "MJSwiftCore/Classes/MJCocoaCore/**/*",
91       "dependencies": {
92         "MJCocoaCore/Common": [
93           "~>2.2"
94         ],
95         "MJSwiftCore/Common": [
97         ]
98       }
99     }
100   ]