[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 1 / 2 / 3 / Segment-Appboy / 3.4.0 / Segment-Appboy.podspec.json
blob10cbdf02983b2e8c55bfaeebf4d58d6d8306a208
2   "name": "Segment-Appboy",
3   "version": "3.4.0",
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": "3.4.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "Analytics": [
24     ]
25   },
26   "default_subspecs": "Full-SDK",
27   "subspecs": [
28     {
29       "name": "Full-SDK",
30       "dependencies": {
31         "Appboy-iOS-SDK": [
32           "~>3.27.0"
33         ]
34       },
35       "source_files": "Pod/Classes/**/*"
36     },
37     {
38       "name": "Core",
39       "dependencies": {
40         "Appboy-iOS-SDK/Core": [
41           "~>3.27.0"
42         ]
43       },
44       "source_files": "Pod/Classes/**/*"
45     },
46     {
47       "name": "InAppMessage",
48       "dependencies": {
49         "Appboy-iOS-SDK/InAppMessage": [
50           "~>3.27.0"
51         ]
52       },
53       "source_files": "Pod/Classes/**/*"
54     },
55     {
56       "name": "NewsFeed",
57       "dependencies": {
58         "Appboy-iOS-SDK/NewsFeed": [
59           "~>3.27.0"
60         ]
61       },
62       "source_files": "Pod/Classes/**/*"
63     },
64     {
65       "name": "ContentCards",
66       "dependencies": {
67         "Appboy-iOS-SDK/ContentCards": [
68           "~>3.27.0"
69         ]
70       },
71       "source_files": "Pod/Classes/**/*"
72     }
73   ]