[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / d / 4 / Segment-Batch / 1.1.0 / Segment-Batch.podspec.json
blob2de019e615cb1fac479cdb894659e8ef0f8e7baf
2   "name": "Segment-Batch",
3   "version": "1.1.0",
4   "summary": "Batch.com Integration for Segment's analytics-ios library.",
5   "description": "This is the Batch.com SDK integration for the iOS Segment library.",
6   "homepage": "https://batch.com",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Batch.com": "support@batch.com"
12   },
13   "source": {
14     "git": "https://github.com/BatchLabs/ios-segment-integration.git",
15     "tag": "1.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "static_framework": true,
22   "dependencies": {
23     "Analytics": [
24       "~> 3.0"
25     ]
26   },
27   "default_subspecs": "Standard",
28   "subspecs": [
29     {
30       "name": "Standard",
31       "source_files": "Pod/Classes/**/*",
32       "dependencies": {
33         "Batch": [
34           "~> 1.13"
35         ]
36       }
37     }
38   ]