blob: 5622d79e696011b86e6f026eb58a2cc376e9d89a [file] [log] [blame]
{
"name": "Segment-Wootric",
"module_name": "SegmentWootric",
"version": "0.1.2",
"summary": "Wootric integration for Segment's analytics-ios library.",
"description": "This is the Wootric integration for the iOS Analytics library.",
"homepage": "https://www.wootric.com",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Ɓukasz Cichecki": "lukasz@copper.io"
},
"source": {
"git": "https://github.com/Wootric/segment-wootric-ios.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Segment-Wootric/*.{h,m}",
"public_header_files": [
"Segment-Wootric/SegmentWootric.h",
"Segment-Wootric/WTRWootricIntegration.h",
"Segment-Wootric/WTRWootricIntegrationFactory.h"
],
"dependencies": {
"Analytics": [
"~> 3.0.1-alpha"
],
"WootricSDK": [
]
}
}