[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / f / 3 / Segment-Wootric / 0.4.0 / Segment-Wootric.podspec.json
blob741fd7851f149cda1285ba8e5c42b426653563d2
2   "name": "Segment-Wootric",
3   "module_name": "SegmentWootric",
4   "version": "0.4.0",
5   "summary": "Wootric integration for Segment's analytics-ios library.",
6   "description": "This is the Wootric integration for the iOS Analytics library.",
7   "homepage": "https://www.wootric.com",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "documentation_url": "http://docs.wootric.com/ios/",
13   "authors": {
14     "Wootric": "support@wootric.com"
15   },
16   "source": {
17     "git": "https://github.com/Wootric/segment-wootric-ios.git",
18     "tag": "0.4.0"
19   },
20   "platforms": {
21     "ios": "10.0"
22   },
23   "requires_arc": true,
24   "source_files": "Segment-Wootric/*.{h,m}",
25   "public_header_files": [
26     "Segment-Wootric/SegmentWootric.h",
27     "Segment-Wootric/WTRWootricIntegration.h",
28     "Segment-Wootric/WTRWootricIntegrationFactory.h"
29   ],
30   "dependencies": {
31     "Analytics": [
32       "~> 4.1.6"
33     ],
34     "WootricSDK": [
35       "~> 0.21.1"
36     ]
37   }