[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / f / 3 / Segment-Wootric / 0.1.5 / Segment-Wootric.podspec.json
blob310b237bd737f9564036da5d538df0fcc3186fb8
2   "name": "Segment-Wootric",
3   "module_name": "SegmentWootric",
4   "version": "0.1.5",
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   "authors": {
13     "Ɓukasz Cichecki": "lukasz@copper.io"
14   },
15   "source": {
16     "git": "https://github.com/Wootric/segment-wootric-ios.git",
17     "tag": "0.1.5"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source_files": "Segment-Wootric/*.{h,m}",
24   "public_header_files": [
25     "Segment-Wootric/SegmentWootric.h",
26     "Segment-Wootric/WTRWootricIntegration.h",
27     "Segment-Wootric/WTRWootricIntegrationFactory.h"
28   ],
29   "dependencies": {
30     "Analytics": [
31       "~> 3.0.1-alpha"
32     ],
33     "WootricSDK": [
35     ]
36   }