blob: 799d6dab58660c333333147024f83bcfd68cd5cc [file] [log] [blame]
{
"name": "TinyNetworking",
"version": "1.1.3",
"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": "1.1.3"
},
"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"
]
}
}
]
}