blob: 72abed2f9d690be236a82cac41657c2fa230b343 [file] [log] [blame]
{
"name": "NetworkingApi",
"summary": "Networking API is an HTTP library that makes networking for iOS apps easier.",
"version": "1.1.1",
"platforms": {
"ios": "8.0"
},
"cocoapods_version": ">= 1.4.0.beta.2",
"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.1.1"
},
"subspecs": [
{
"name": "Converters",
"dependencies": {
"NetworkingApiConverters": [
"1.1.1"
]
}
},
{
"name": "Helpers",
"dependencies": {
"NetworkingApiHelpers": [
"1.1.1"
]
}
},
{
"name": "Http",
"dependencies": {
"NetworkingApiHttp": [
"1.1.1"
]
}
},
{
"name": "ObjC",
"dependencies": {
"NetworkingApiObjC": [
"1.1.1"
]
}
},
{
"name": "Rest",
"dependencies": {
"NetworkingApiRest": [
"1.1.1"
]
}
}
]
}