[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / d / 9 / NetworkingApiRest / 1.1.1 / NetworkingApiRest.podspec.json
blobf7facd2349bfe096efb2abf4a4e944f7cfb0d788
2   "name": "NetworkingApiRest",
3   "summary": "An asynchronous REST API client that makes an access to a RESTful Web Services easier.",
4   "version": "1.1.1",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "cocoapods_version": ">= 1.4.0.beta.2",
9   "static_framework": true,
10   "homepage": "https://github.com/roxiemobile/networking-api.ios",
11   "authors": {
12     "Roxie Mobile Ltd.": "sales@roxiemobile.com",
13     "Alexander Bragin": "bragin-av@roxiemobile.com",
14     "Denis Kolyasev": "kolyasevda@ekassir.com"
15   },
16   "license": "BSD-4-Clause",
17   "source": {
18     "git": "https://github.com/roxiemobile/networking-api.ios.git",
19     "tag": "1.1.1"
20   },
21   "source_files": "Modules/RoxieMobile.NetworkingApi/Sources/Rest/{Sources,Dependencies}/**/*.swift",
22   "pod_target_xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) NETWORKINGAPI_FRAMEWORK_VERSION=@\\\"1.1.1\\\"",
24     "SWIFT_VERSION": "4.0"
25   },
26   "dependencies": {
27     "Alamofire": [
28       "~> 4.6.0"
29     ],
30     "NetworkingApiHelpers": [
31       "1.1.1"
32     ],
33     "NetworkingApiObjC": [
34       "1.1.1"
35     ],
36     "SwiftCommons/Data": [
37       "~> 1.1.0"
38     ],
39     "SwiftyJSON": [
40       "~> 4.0.0"
41     ]
42   }