blob: 09bc954c3227980ccd2247252a0c34b58a9dee77 [file] [log] [blame]
{
"name": "Segment-Primer",
"version": "1.0.1",
"summary": "Primer 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 Primer integration for the iOS library.",
"homepage": "http://segment.com/",
"license": {
"type": "MIT"
},
"authors": {
"Segment": "friends@segment.com"
},
"source": {
"git": "https://github.com/goprimer/analytics-ios-integration-primer.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/segment",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Analytics": [
"~> 3.0.3"
],
"Primer": [
"~> 2.4.1"
]
}
}