blob: 6ef27159b4e9422c629b78731c6165449337fe71 [file] [log] [blame]
{
"name": "NetworkingApi",
"summary": "Networking API is an HTTP library that makes networking for iOS apps easier.",
"version": "1.3.0",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"homepage": "https://github.com/roxiemobile/networking-api.ios",
"authors": {
"Roxie Mobile Ltd.": "sales@roxiemobile.com",
"Alexander Bragin": "bragin-av@roxiemobile.com",
"Denis Kolyasev": "kolyasevda@ekassir.com"
},
"license": "BSD-4-Clause",
"source": {
"git": "https://github.com/roxiemobile/networking-api.ios.git",
"tag": "1.3.0"
},
"subspecs": [
{
"name": "Converters",
"dependencies": {
"NetworkingApiConverters": [
"1.3.0"
]
}
},
{
"name": "Helpers",
"dependencies": {
"NetworkingApiHelpers": [
"1.3.0"
]
}
},
{
"name": "Http",
"dependencies": {
"NetworkingApiHttp": [
"1.3.0"
]
}
},
{
"name": "ObjC",
"dependencies": {
"NetworkingApiObjC": [
"1.3.0"
]
}
},
{
"name": "Rest",
"dependencies": {
"NetworkingApiRest": [
"1.3.0"
]
}
}
]
}