blob: 0445858e10950c3208b0554f2479ee5a19180ab7 [file] [log] [blame]
{
"name": "Cobalt",
"version": "5.3.0",
"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": "5.3.0"
},
"source_files": "Sources/*.h",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.{h,swift}",
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
],
"RxSwift": [
],
"RxCocoa": [
],
"PromisesSwift": [
],
"KeychainAccess": [
]
}
}
]
}