[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / d / 4 / Segment-Batch / 1.0.1 / Segment-Batch.podspec.json
blob91770a737d7fafb51e97889decea970a871dc4cb
2   "name": "Segment-Batch",
3   "version": "1.0.1",
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.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "Analytics": [
23       "~> 3.0"
24     ]
25   },
26   "default_subspecs": "Standard",
27   "subspecs": [
28     {
29       "name": "Standard",
30       "source_files": "Pod/Classes/**/*",
31       "dependencies": {
32         "Batch": [
33           "~> 1.9"
34         ]
35       }
36     },
37     {
38       "name": "StaticLibWorkaround",
39       "preserve_paths": "Pod/Classes/**/*"
40     }
41   ]