[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 2 / d / MJCocoaCore / 2.3.1 / MJCocoaCore.podspec.json
blob34d4578a680291bbdd84752b913ae236c37b63c7
2   "name": "MJCocoaCore",
3   "version": "2.3.1",
4   "summary": "Mobile Jazz Cocoa Core",
5   "description": "Common set of reusable classes, categories and definitions for Cocoa.",
6   "homepage": "https://github.com/mobilejazz/MJCocoaCore",
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/MJCocoaCore.git",
16     "tag": "2.3.1"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.9",
21     "tvos": "9.0"
22   },
23   "source_files": "MJCocoaCore/MJCocoaCore.h",
24   "default_subspecs": "Common",
25   "deprecated": true,
26   "subspecs": [
27     {
28       "name": "Future",
29       "source_files": "MJCocoaCore/Classes/Future/**/*"
30     },
31     {
32       "name": "Common",
33       "source_files": "MJCocoaCore/Classes/Common/**/*",
34       "dependencies": {
35         "MJCocoaCore/Future": [
37         ]
38       }
39     },
40     {
41       "name": "Realm",
42       "source_files": "MJCocoaCore/Classes/Realm/**/*",
43       "dependencies": {
44         "Realm": [
45           "~> 3.0"
46         ],
47         "MJCocoaCore/Common": [
49         ]
50       }
51     }
52   ]