blob: f39706b46acb4d5c4d722fec906fc5616c0b7982 [file] [log] [blame]
{
"name": "Omicron",
"version": "0.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A tiny API Service framework",
"homepage": "https://github.com/dimitris-c/Omicron",
"authors": {
"Dimitris Chatzieleftheriou, Harris Spentzas": "hello@decimal.gr"
},
"source": {
"git": "https://github.com/dimitris-c/Omicron.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0.2",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Omicron/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"SwiftyJSON": [
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Sources/RxOmicron/",
"dependencies": {
"Omicron/Core": [
],
"RxSwift": [
"~> 3.0"
]
}
}
]
}