[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 4 / b / LeanplumSegment / 1.0.1 / LeanplumSegment.podspec.json
blob06def25e1147b5a645f792b2929410216fc7190d
2   "name": "LeanplumSegment",
3   "version": "1.0.1",
4   "summary": "Leanplum SDK integration for the Segment iOS SDK.",
5   "description": "Mobile A/B testing, personalization & analytics in one powerful platform.",
6   "homepage": "https://www.leanplum.com",
7   "license": {
8     "type": "Commercial",
9     "text": "See https://www.leanplum.com/tos"
10   },
11   "authors": {
12     "Leanplum": "support@leanplum.com"
13   },
14   "social_media_url": "https://twitter.com/leanplum",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/Leanplum/Leanplum-Segment-iOS.git",
21     "tag": "1.0.1"
22   },
23   "source_files": "Pod/Classes/**/*",
24   "resource_bundles": {
25     "LeanplumSegment": [
26       "Pod/Assets/*.png"
27     ]
28   },
29   "dependencies": {
30     "Analytics": [
31       "~> 3"
32     ],
33     "Leanplum-iOS-SDK": [
34       "~> 1"
35     ]
36   }