[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 2 / 3 / Segment-Appboy / 2.0.3 / Segment-Appboy.podspec.json
blobb65e0982ac1c9ef3d773b58c8174b99dc3abb9d9
2   "name": "Segment-Appboy",
3   "version": "2.0.3",
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.3"
16   },
17   "social_media_url": "https://twitter.com/Braze",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "Analytics": [
24       "~> 3.0"
25     ]
26   },
27   "default_subspecs": "Full-SDK",
28   "subspecs": [
29     {
30       "name": "Full-SDK",
31       "dependencies": {
32         "Appboy-iOS-SDK": [
34         ]
35       },
36       "source_files": "Pod/Classes/**/*"
37     },
38     {
39       "name": "Core",
40       "dependencies": {
41         "Appboy-iOS-SDK/Core": [
43         ]
44       },
45       "source_files": "Pod/Classes/**/*"
46     }
47   ]