[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 2 / d / MJCocoaCore / 2.3.4 / MJCocoaCore.podspec.json
blob7444cb0b181bb9b628c6c53afd757dff58680eb5
2   "name": "MJCocoaCore",
3   "version": "2.3.4",
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.4"
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   "subspecs": [
26     {
27       "name": "Future",
28       "source_files": "MJCocoaCore/Classes/Future/**/*"
29     },
30     {
31       "name": "Common",
32       "source_files": "MJCocoaCore/Classes/Common/**/*",
33       "dependencies": {
34         "MJCocoaCore/Future": [
36         ]
37       }
38     },
39     {
40       "name": "Realm",
41       "source_files": "MJCocoaCore/Classes/Realm/**/*",
42       "dependencies": {
43         "Realm": [
44           "~> 3.0"
45         ],
46         "MJCocoaCore/Common": [
48         ]
49       }
50     }
51   ]