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