[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 0 / MJSwiftCore / 0.4.9 / MJSwiftCore.podspec.json
blob1d0cfabfaad0dd6f65b078216589c1605ddcbbc6
2   "name": "MJSwiftCore",
3   "version": "0.4.9",
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.4.9"
17   },
18   "social_media_url": "https://twitter.com/mobilejazzcom",
19   "default_subspecs": [
20     "Common",
21     "Security"
22   ],
23   "platforms": {
24     "osx": "10.12",
25     "ios": "9.0"
26   },
27   "subspecs": [
28     {
29       "name": "Future",
30       "source_files": "MJSwiftCore/Classes/Future/**/*"
31     },
32     {
33       "name": "Common",
34       "source_files": "MJSwiftCore/Classes/Common/**/*",
35       "dependencies": {
36         "MJSwiftCore/Future": [
38         ]
39       }
40     },
41     {
42       "name": "Security",
43       "source_files": "MJSwiftCore/Classes/Security/**/*",
44       "frameworks": "Security",
45       "dependencies": {
46         "MJSwiftCore/Common": [
48         ]
49       }
50     },
51     {
52       "name": "Alamofire",
53       "source_files": "MJSwiftCore/Classes/Alamofire/**/*",
54       "dependencies": {
55         "Alamofire": [
56           "~> 4.7.2"
57         ],
58         "MJSwiftCore/Common": [
60         ]
61       }
62     },
63     {
64       "name": "Realm",
65       "source_files": "MJSwiftCore/Classes/Realm/**/*",
66       "dependencies": {
67         "RealmSwift": [
68           "~> 3.3.2"
69         ],
70         "MJSwiftCore/Common": [
72         ],
73         "MJSwiftCore/Security": [
75         ]
76       }
77     },
78     {
79       "name": "iOS",
80       "osx": {
81         "source_files": "MJSwiftCore/Classes/iOS/readme-macOS.swift"
82       },
83       "ios": {
84         "source_files": "MJSwiftCore/Classes/iOS/**/*",
85         "frameworks": "UIKit",
86         "dependencies": {
87           "MJSwiftCore/Common": [
89           ]
90         }
91       }
92     },
93     {
94       "name": "Vastra",
95       "source_files": "MJSwiftCore/Classes/Vastra/**/*"
96     },
97     {
98       "name": "MJCocoaCore",
99       "source_files": "MJSwiftCore/Classes/MJCocoaCore/**/*",
100       "dependencies": {
101         "MJCocoaCore/Common": [
102           "~> 2.3.8"
103         ],
104         "MJSwiftCore/Common": [
106         ]
107       }
108     },
109     {
110       "name": "Objection",
111       "source_files": "MJSwiftCore/Classes/Objection/**/*",
112       "dependencies": {
113         "MJObjection": [
115         ]
116       }
117     }
118   ]