blob: 8e8ed27adeace30da0d2f07d7e89ac5a6e2da990 [file] [log] [blame]
{
"name": "Segment-Countly",
"version": "0.1.0",
"summary": "Countly Integration for Segment's analytics-ios library.",
"description": "Analytics for iOS provides a single API that lets you\nintegrate with over 100s of tools.\nThis is the Countly 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-countly.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/segment",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Segment-Countly/Classes/**/*",
"dependencies": {
"Analytics": [
"~> 3.0.7"
],
"Countly": [
"~> 16.02"
]
}
}