blob: bc6d2f580b376e90aa80380ded849f8803e7e597 [file] [log] [blame]
{
"name": "TinyNetworking",
"version": "0.2.2",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/jdisho/TinyNetworking",
"authors": {
"Joan Disho": "dishojoan@gmail.com"
},
"summary": "Simple network layer written in Swift.",
"source": {
"git": "https://github.com/jdisho/TinyNetworking.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/TinyNetworking/*.swift",
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Sources/RxTinyNetworking/*.swift",
"dependencies": {
"TinyNetworking/Core": [
],
"RxSwift": [
"~> 4.0"
]
}
}
]
}