blob: cca6fc8ba64fac74021185e6a67dcfecd3ac2f66 [file] [log] [blame]
{
"name": "Cobalt",
"version": "7.0.1",
"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.1"
},
"source_files": "Sources/*.h",
"platforms": {
"ios": "9.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": [
],
"SwiftyJSON": [
],
"RxSwift": [
],
"RxCocoa": [
],
"KeychainAccess": [
],
"Logging": [
]
}
},
{
"name": "Cache",
"source_files": "Sources/Cache/**/*.{h,swift}",
"dependencies": {
"Cobalt/Core": [
]
}
}
],
"swift_version": "5.2"
}