blob: 00af4757d30fa41f9d441fb741323e5376edd89f [file] [log] [blame]
{
"name": "Tapstream-Segment",
"version": "1.0.0",
"summary": "Tapstream Integration for Segment's analytics-ios library.",
"description": "This is the Tapstream integration for the iOS library for Segment.",
"homepage": "https://tapstream.com/",
"license": "MIT",
"authors": {
"Adam Bard": "adam@tapstream.com"
},
"source": {
"git": "https://github.com/tapstream/analytics-ios-integration-tapstream.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/TapstreamApp",
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Tapstream-Segment": [
"Tapstream-Segment/Assets/*.png"
]
},
"dependencies": {
"Analytics": [
"~> 3.0.0"
],
"Tapstream": [
"~> 2.11.0"
]
}
}