blob: 7444cb0b181bb9b628c6c53afd757dff58680eb5 [file] [log] [blame]
{
"name": "MJCocoaCore",
"version": "2.3.4",
"summary": "Mobile Jazz Cocoa Core",
"description": "Common set of reusable classes, categories and definitions for Cocoa.",
"homepage": "https://github.com/mobilejazz/MJCocoaCore",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Mobile Jazz": "info@mobilejazz.com"
},
"source": {
"git": "https://github.com/mobilejazz/MJCocoaCore.git",
"tag": "2.3.4"
},
"platforms": {
"ios": "7.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "MJCocoaCore/MJCocoaCore.h",
"default_subspecs": "Common",
"subspecs": [
{
"name": "Future",
"source_files": "MJCocoaCore/Classes/Future/**/*"
},
{
"name": "Common",
"source_files": "MJCocoaCore/Classes/Common/**/*",
"dependencies": {
"MJCocoaCore/Future": [
]
}
},
{
"name": "Realm",
"source_files": "MJCocoaCore/Classes/Realm/**/*",
"dependencies": {
"Realm": [
"~> 3.0"
],
"MJCocoaCore/Common": [
]
}
}
]
}