blob: 922e4e0e4a19ed3ba893b4e45e0551fd20ceb2b3 [file] [log] [blame]
{
"name": "NetworkingApiRest",
"summary": "An asynchronous REST API client that makes an access to a RESTful Web Services easier.",
"version": "1.1.0",
"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.0"
},
"source_files": "Modules/RoxieMobile.NetworkingApi/Sources/Rest/{Sources,Dependencies}/**/*.swift",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) NETWORKINGAPI_FRAMEWORK_VERSION=@\\\"1.1.0\\\"",
"SWIFT_VERSION": "4.0"
},
"dependencies": {
"Alamofire": [
"~> 4.5.1"
],
"NetworkingApiHelpers": [
"1.1.0"
],
"NetworkingApiObjC": [
"1.1.0"
],
"SwiftCommons/Data": [
"~> 1.1.0"
],
"SwiftyJSON": [
"~> 4.0.0"
]
}
}