blob: f6f7fcb6f2b9baaaf120136709192e662add1c5f [file] [log] [blame]
{
"name": "Segment-Wootric",
"module_name": "SegmentWootric",
"version": "0.1.6",
"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"
},
"documentation_url": "http://docs.wootric.com/ios/",
"social_media_url": "https://twitter.com/Wootric",
"authors": {
"Wootric": "support@wootric.com"
},
"source": {
"git": "https://github.com/Wootric/segment-wootric-ios.git",
"tag": "0.1.6"
},
"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.5.0"
],
"WootricSDK": [
]
}
}