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