[Add] Userpilot 0.0.1-beta.1
[CocoaPods.git] / Specs / 1 / 2 / 3 / Segment-Appboy / 3.6.0 / Segment-Appboy.podspec.json
blobed76429fca5c7e7dcaefb9627012fdbf15350c1a
2   "name": "Segment-Appboy",
3   "version": "3.6.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.6.0"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "Analytics": [
24     ]
25   },
26   "default_subspecs": "Full-SDK",
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "subspecs": [
34     {
35       "name": "Full-SDK",
36       "dependencies": {
37         "Appboy-iOS-SDK": [
38           "~>3.31.0"
39         ]
40       },
41       "source_files": "Pod/Classes/**/*"
42     },
43     {
44       "name": "Core",
45       "dependencies": {
46         "Appboy-iOS-SDK/Core": [
47           "~>3.31.0"
48         ]
49       },
50       "source_files": "Pod/Classes/**/*"
51     },
52     {
53       "name": "InAppMessage",
54       "dependencies": {
55         "Appboy-iOS-SDK/InAppMessage": [
56           "~>3.31.0"
57         ]
58       },
59       "source_files": "Pod/Classes/**/*"
60     },
61     {
62       "name": "NewsFeed",
63       "dependencies": {
64         "Appboy-iOS-SDK/NewsFeed": [
65           "~>3.31.0"
66         ]
67       },
68       "source_files": "Pod/Classes/**/*"
69     },
70     {
71       "name": "ContentCards",
72       "dependencies": {
73         "Appboy-iOS-SDK/ContentCards": [
74           "~>3.31.0"
75         ]
76       },
77       "source_files": "Pod/Classes/**/*"
78     }
79   ]