blob: 109d5764b007b784978887a9536fe3774f1ac3b0 [file] [log] [blame]
{
"name": "Cobalt",
"version": "7.0.9",
"authors": {
"Bas van Kuijck": "bas@e-sites.nl"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "http://www.e-sites.nl",
"summary": "_THE_ E-sites Swift iOS API Client used for standard restful API's with default support for OAuth2.",
"source": {
"git": "https://github.com/e-sites/Cobalt.git",
"tag": "v7.0.9"
},
"source_files": "Sources/*.h",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*.{h,swift}",
"dependencies": {
"Alamofire": [
"> 5.0"
],
"SwiftyJSON": [
],
"RxSwift": [
],
"RxCocoa": [
],
"KeychainAccess": [
],
"Logging": [
]
}
},
{
"name": "Cache",
"source_files": "Sources/Cache/**/*.{h,swift}",
"dependencies": {
"Cobalt/Core": [
]
}
}
],
"swift_version": "5.2"
}