blob: a8d30e3ab93f1ff41f63558fe0d1a4c5295fcd7a [file] [log] [blame]
{
"name": "CarambaKit",
"version": "0.0.11",
"summary": "Core components used for our projects",
"description": "Set of Core components, including Networking, Persistence, .. that are used in our apps.s",
"homepage": "https://github.com/carambastudio/CarambaKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pedro Piñera": "pepibumur@gmail.com",
"Sergi Gracia": "sergigram@gmail.com",
"Isaac Roldán": "isaac.roldan@gmail.com"
},
"source": {
"git": "https://github.com/carambastudio/CarambaKit.git",
"tag": "0.0.11"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"subspecs": [
{
"name": "Foundation",
"source_files": "CarambaKit/Classes/Foundation/**/*",
"dependencies": {
"RxSwift": [
"~> 2.6"
],
"SwiftyJSON": [
"~> 2.3"
]
}
},
{
"name": "Networking",
"dependencies": {
"CarambaKit/Foundation": [
],
"KeychainSwift": [
"~> 3.0"
]
},
"source_files": "CarambaKit/Classes/Networking/**/*"
},
{
"name": "Persistence",
"dependencies": {
"CarambaKit/Foundation": [
]
},
"source_files": "CarambaKit/Classes/Persistence/**/*"
}
]
}