[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 0 / MJSwiftCore / 0.7.4 / MJSwiftCore.podspec.json
blobef547123a7fd229eb4508db0abc3e8661238ba3e
2   "name": "MJSwiftCore",
3   "version": "0.7.4",
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.7.4"
17   },
18   "social_media_url": "https://twitter.com/mobilejazzcom",
19   "default_subspecs": [
20     "Future",
21     "Common",
22     "Security"
23   ],
24   "platforms": {
25     "osx": "10.12",
26     "ios": "9.0"
27   },
28   "source_files": "MJSwiftCore/MJSwiftCore.h",
29   "subspecs": [
30     {
31       "name": "Future",
32       "source_files": [
33         "MJSwiftCore/Classes/Future/**/*",
34         "MJSwiftCore/MJSwiftCore.h"
35       ]
36     },
37     {
38       "name": "Common",
39       "source_files": [
40         "MJSwiftCore/Classes/Common/**/*",
41         "MJSwiftCore/MJSwiftCore.h"
42       ],
43       "dependencies": {
44         "MJSwiftCore/Future": [
46         ]
47       }
48     },
49     {
50       "name": "Security",
51       "source_files": [
52         "MJSwiftCore/Classes/Security/**/*",
53         "MJSwiftCore/MJSwiftCore.h"
54       ],
55       "frameworks": "Security",
56       "dependencies": {
57         "MJSwiftCore/Common": [
59         ]
60       }
61     },
62     {
63       "name": "Alamofire",
64       "source_files": [
65         "MJSwiftCore/Classes/Alamofire/**/*",
66         "MJSwiftCore/MJSwiftCore.h"
67       ],
68       "dependencies": {
69         "Alamofire": [
70           "~> 4.7.2"
71         ],
72         "MJSwiftCore/Common": [
74         ]
75       }
76     },
77     {
78       "name": "Realm",
79       "source_files": [
80         "MJSwiftCore/Classes/Realm/**/*",
81         "MJSwiftCore/MJSwiftCore.h"
82       ],
83       "dependencies": {
84         "RealmSwift": [
85           "~> 3.9.0"
86         ],
87         "MJSwiftCore/Common": [
89         ],
90         "MJSwiftCore/Security": [
92         ]
93       }
94     },
95     {
96       "name": "iOS",
97       "osx": {
98         "source_files": [
99           "MJSwiftCore/Classes/iOS/readme-macOS.swift",
100           "MJSwiftCore/MJSwiftCore.h"
101         ]
102       },
103       "ios": {
104         "source_files": [
105           "MJSwiftCore/Classes/iOS/**/*",
106           "MJSwiftCore/MJSwiftCore.h"
107         ],
108         "frameworks": "UIKit",
109         "dependencies": {
110           "MJSwiftCore/Common": [
112           ]
113         }
114       }
115     },
116     {
117       "name": "Vastra",
118       "source_files": [
119         "MJSwiftCore/Classes/Vastra/**/*",
120         "MJSwiftCore/MJSwiftCore.h"
121       ]
122     },
123     {
124       "name": "MJCocoaCore",
125       "source_files": [
126         "MJSwiftCore/Classes/MJCocoaCore/**/*",
127         "MJSwiftCore/MJSwiftCore.h"
128       ],
129       "dependencies": {
130         "MJCocoaCore/Common": [
131           "~> 2.3"
132         ],
133         "MJSwiftCore/Common": [
135         ]
136       }
137     },
138     {
139       "name": "Objection",
140       "source_files": [
141         "MJSwiftCore/Classes/Objection/**/*",
142         "MJSwiftCore/MJSwiftCore.h"
143       ],
144       "dependencies": {
145         "MJObjection": [
147         ]
148       }
149     }
150   ]