[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / c / 9 / CMPComapiFoundation / 2.1.1 / CMPComapiFoundation.podspec.json
blob6b74e75b23d87ed9b5f310f9e117f91299edd8e1
2   "name": "CMPComapiFoundation",
3   "version": "2.1.1",
4   "license": "MIT",
5   "summary": "Foundation library for connecting to and consuming COMAPI services",
6   "description": "# iOS SDK for Comapi\nClient to connect your iOS application with [Comapi](http://comapi.com/) services and add it as a channel to our cloud messaging platform. Written in Objective-C.\nFor more information about the integration please visit [the website](http://docs.comapi.com/reference#one-sdk-ios).",
7   "homepage": "https://github.com/comapi/comapi-sdk-ios-objc",
8   "authors": {
9     "Comapi": "support@comapi.com"
10   },
11   "source": {
12     "git": "https://github.com/comapi/comapi-sdk-ios-objc.git",
13     "tag": "2.1.1"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "requires_arc": true,
19   "source_files": "Sources/**/*.{h,m}",
20   "module_map": "Sources/Module/CMPComapiFoundation.modulemap",
21   "preserve_paths": "Sources/Module/CMPComapiFoundation.modulemap",
22   "module_name": "CMPComapiFoundation",
23   "resources": [
25   ],
26   "resource_bundles": {
27     "CMPComapiFoundation": [
28       "PrivacyInfo.xcprivacy"
29     ]
30   },
31   "dependencies": {
32     "SocketRocket": [
34     ]
35   }