blob: 8b20e042c766e1fe7e9be50a3c99957b336de76c [file] [log] [blame]
{
"name": "CarambaKit",
"version": "1.0.3",
"summary": "Core components used for our projects",
"description": "Set of Core components, including Networking, Persistence and much more that are used in our apps",
"homepage": "https://github.com/carambalabs/CarambaKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Caramba.io": "hello@caramba.io"
},
"source": {
"git": "https://github.com/carambalabs/CarambaKit.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"subspecs": [
{
"name": "Foundation",
"source_files": "CarambaKit/Classes/Foundation/**/*",
"dependencies": {
"RxSwift": [
"~> 3.0.0-beta.1"
],
"RxCocoa": [
"~> 3.0.0-beta.1"
],
"SwiftyJSON": [
"~> 3.0"
]
}
},
{
"name": "Networking",
"dependencies": {
"CarambaKit/Foundation": [
],
"KeychainSwift": [
"~> 6.0"
]
},
"source_files": "CarambaKit/Classes/Networking/**/*"
},
{
"name": "Persistence",
"dependencies": {
"CarambaKit/Foundation": [
]
},
"source_files": "CarambaKit/Classes/Persistence/**/*"
}
]
}