[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 1 / 2 / 3 / Segment-Appboy / 2.0.4 / Segment-Appboy.podspec.json
blob750d609abac97e193acd4bf077a841a7c9a9308a
2   "name": "Segment-Appboy",
3   "version": "2.0.4",
4   "summary": "Braze Integration for Segment's analytics-ios library.",
5   "description": "Analytics for iOS provides a single API that lets you\nintegrate with over 100s of tools.\n\nThis is the Braze integration for the iOS library.",
6   "homepage": "https://github.com/appboy/appboy-segment-ios",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Appboy": "hello@braze.com"
12   },
13   "source": {
14     "git": "https://github.com/appboy/appboy-segment-ios.git",
15     "tag": "2.0.4"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "Analytics": [
23       "~> 3.0"
24     ]
25   },
26   "default_subspecs": "Full-SDK",
27   "subspecs": [
28     {
29       "name": "Full-SDK",
30       "dependencies": {
31         "Appboy-iOS-SDK": [
32           "~>3.17.0"
33         ]
34       },
35       "source_files": "Pod/Classes/**/*"
36     },
37     {
38       "name": "Core",
39       "dependencies": {
40         "Appboy-iOS-SDK/Core": [
41           "~>3.17.0"
42         ]
43       },
44       "source_files": "Pod/Classes/**/*"
45     }
46   ]