[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / 9 / 0 / Segment-WebEngage / 1.0.2 / Segment-WebEngage.podspec.json
blob8b0afe01c38a7aee117c01ccfc7bf34fb58aefe3
2   "name": "Segment-WebEngage",
3   "version": "1.0.2",
4   "summary": "WebEngage Integration for Segment's analytics-ios library",
5   "description": "WebEngage integration for analytics-ios library provided by\nSegment.com to provide WebEngage SDK functionality using the \nanalytics-ios APIs.",
6   "homepage": "https://segment.com",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Saumitra Bhave": "saumitra@webklipper.com"
12   },
13   "source": {
14     "git": "https://github.com/WebEngage/analytics-ios-integration-webengage.git",
15     "tag": "1.0.2"
16   },
17   "social_media_url": "https://twitter.com/segment",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Segment-WebEngage/Classes/**/*",
22   "default_subspecs": "Xcode9",
23   "subspecs": [
24     {
25       "name": "Xcode8",
26       "dependencies": {
27         "WebEngage/Xcode8": [
28           "~> 4.0.1"
29         ],
30         "Analytics": [
32         ]
33       }
34     },
35     {
36       "name": "Xcode9",
37       "dependencies": {
38         "WebEngage": [
39           "~> 4.0.1"
40         ],
41         "Analytics": [
43         ]
44       }
45     }
46   ]