[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / f / 3 / Segment-Wootric / 0.2.0 / Segment-Wootric.podspec.json
blob44c97559d4093cbaead7c68d76474e9150a7639e
2   "name": "Segment-Wootric",
3   "module_name": "SegmentWootric",
4   "version": "0.2.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   "social_media_url": "https://twitter.com/Wootric",
14   "authors": {
15     "Wootric": "support@wootric.com"
16   },
17   "source": {
18     "git": "https://github.com/Wootric/segment-wootric-ios.git",
19     "tag": "0.2.0"
20   },
21   "platforms": {
22     "ios": "8.0"
23   },
24   "requires_arc": true,
25   "source_files": "Segment-Wootric/*.{h,m}",
26   "public_header_files": [
27     "Segment-Wootric/SegmentWootric.h",
28     "Segment-Wootric/WTRWootricIntegration.h",
29     "Segment-Wootric/WTRWootricIntegrationFactory.h"
30   ],
31   "dependencies": {
32     "Analytics": [
33       "~> 3.6.0"
34     ],
35     "WootricSDK": [
36       "~> 0.9.0"
37     ]
38   }