blob: 1369eb3c006d5aed85cde5c1adb6075ee994b396 [file] [log] [blame]
{
"name": "CarambaKit",
"version": "1.0.4",
"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.4"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Foundation",
"source_files": "CarambaKit/Classes/Foundation/**/*",
"dependencies": {
"RxSwift": [
"~> 3.0.0"
],
"RxCocoa": [
"~> 3.0.0"
],
"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/**/*"
}
]
}