blob: a371a1d4d4180f1bef57118cd450e44c31225c23 [file] [log] [blame]
{
"name": "MJSwiftCore",
"version": "0.4.11",
"summary": "Mobile Jazz Swift toolkit utilities",
"description": "Mobile Jazz Swift toolkit utilities for macOS and iOS.",
"homepage": "https://github.com/mobilejazz/MJSwiftCore",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Mobile Jazz": "info@mobilejazz.com"
},
"source": {
"git": "https://github.com/mobilejazz/MJSwiftCore.git",
"tag": "0.4.11"
},
"social_media_url": "https://twitter.com/mobilejazzcom",
"default_subspecs": [
"Common",
"Security"
],
"platforms": {
"osx": "10.12",
"ios": "9.0"
},
"subspecs": [
{
"name": "Future",
"source_files": "MJSwiftCore/Classes/Future/**/*"
},
{
"name": "Common",
"source_files": "MJSwiftCore/Classes/Common/**/*",
"dependencies": {
"MJSwiftCore/Future": [
]
}
},
{
"name": "Security",
"source_files": "MJSwiftCore/Classes/Security/**/*",
"frameworks": "Security",
"dependencies": {
"MJSwiftCore/Common": [
]
}
},
{
"name": "Alamofire",
"source_files": "MJSwiftCore/Classes/Alamofire/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7.2"
],
"MJSwiftCore/Common": [
]
}
},
{
"name": "Realm",
"source_files": "MJSwiftCore/Classes/Realm/**/*",
"dependencies": {
"RealmSwift": [
"~> 3.3.2"
],
"MJSwiftCore/Common": [
],
"MJSwiftCore/Security": [
]
}
},
{
"name": "iOS",
"osx": {
"source_files": "MJSwiftCore/Classes/iOS/readme-macOS.swift"
},
"ios": {
"source_files": "MJSwiftCore/Classes/iOS/**/*",
"frameworks": "UIKit",
"dependencies": {
"MJSwiftCore/Common": [
]
}
}
},
{
"name": "Vastra",
"source_files": "MJSwiftCore/Classes/Vastra/**/*"
},
{
"name": "MJCocoaCore",
"source_files": "MJSwiftCore/Classes/MJCocoaCore/**/*",
"dependencies": {
"MJCocoaCore/Common": [
"~> 2.3.8"
],
"MJSwiftCore/Common": [
]
}
},
{
"name": "Objection",
"source_files": "MJSwiftCore/Classes/Objection/**/*",
"dependencies": {
"MJObjection": [
]
}
}
]
}