[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 6 / 9 / NetworkingApiObjC / 1.1.2 / NetworkingApiObjC.podspec.json
blobc449c9a7f7c3c0c3cada7e818a249007c790f86e
2   "name": "NetworkingApiObjC",
3   "summary": "A collection of Objective-C frameworks, utility classes and 3rd party libraries used by other modules of this library.",
4   "version": "1.1.2",
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.2"
20   },
21   "source_files": "Modules/RoxieMobile.NetworkingApi/Sources/ObjC/{Sources,Dependencies}/**/*.{h,m,c}",
22   "public_header_files": [
23     "Modules/RoxieMobile.NetworkingApi/Sources/ObjC/Sources/DefaultUserAgent.h"
24   ],
25   "pod_target_xcconfig": {
26     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) NETWORKINGAPI_FRAMEWORK_VERSION=@\\\"1.1.2\\\"",
27     "SWIFT_VERSION": "4.0"
28   },
29   "dependencies": {
30     "Alamofire": [
31       "~> 4.6.0"
32     ]
33   }