blob: 56fcb16e493c1dc3cb3c31354ce9e1341d6d86bc [file] [log] [blame]
{
"name": "Segment-Amplitude",
"version": "1.0.0-alpha",
"summary": "Amplitude Integration for Segment's analytics-ios library.",
"description": "Analytics for iOS provides a single API that lets you\nintegrate with over 100s of tools.\n\nThis is the Amplitude integration for the iOS library.",
"homepage": "http://segment.com/",
"license": {
"type": "MIT"
},
"authors": {
"Segment": "friends@segment.com"
},
"source": {
"git": "https://github.com/segment-integrations/analytics-ios-integration-amplitude.git",
"tag": "1.0.0-alpha"
},
"social_media_url": "https://twitter.com/segment",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Analytics": [
"~> 3.0.2-alpha"
],
"Amplitude-iOS": [
"~> 3.2.0"
]
}
}