[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / a / f / BatchExtension-ObjC / 4.0.0 / BatchExtension-ObjC.podspec.json
bloba466bb3558c6fe995f4869acdad41dca8e3ec4c8
2   "name": "BatchExtension-ObjC",
3   "version": "4.0.0",
4   "summary": "Batch.com iOS SDK for App Extensions. Pure Objective-C",
5   "homepage": "https://batch.com",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Batch.com": "support@batch.com"
12   },
13   "platforms": {
14     "ios": "12.0"
15   },
16   "source": {
17     "git": "https://github.com/BatchLabs/Batch-iOS-SDK-Extension-ObjC.git",
18     "tag": "4.0.0"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "Sources",
23     "Sources/**/*.{h,m,c}"
24   ],
25   "public_header_files": "Sources/Public/**/*.h",
26   "resource_bundles": {
27     "BatchExtension-ObjC": [
28       "Sources/PrivacyInfo.xcprivacy"
29     ]
30   }