blob: f5fd52d0ddbdda12ecad85987b5bb558d8aa7812 [file] [log] [blame]
{
"name": "MJSwiftCore",
"version": "0.1.0",
"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.1.0"
},
"social_media_url": "https://twitter.com/mobilejazzcom",
"platforms": {
"ios": "10.0"
},
"source_files": "MJSwiftCore/Classes/**/*",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Common",
"source_files": "MJSwiftCore/Classes/Common/**/*"
},
{
"name": "Alamofire",
"source_files": "MJSwiftCore/Classes/Alamofire/**/*",
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"MJSwiftCore/Common": [
]
}
},
{
"name": "Realm",
"source_files": "MJSwiftCore/Classes/Realm/**/*",
"dependencies": {
"RealmSwift": [
"~> 3.0.0"
],
"MJSwiftCore/Common": [
]
}
},
{
"name": "iOS",
"source_files": "MJSwiftCore/Classes/iOS/**/*",
"frameworks": "UIKit",
"dependencies": {
"MJSwiftCore/Common": [
]
}
},
{
"name": "Vastra",
"source_files": "MJSwiftCore/Classes/Vastra/**/*"
}
]
}