blob: 7f2198b327da678faefc8fb857fc0fd4c8e02266 [file] [log] [blame]
{
"name": "Segment-Apptimize",
"version": "0.1.0",
"summary": "Apptimize 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 Apptimize 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-apptimize.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/segment",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Segment-Apptimize/Classes/**/*",
"dependencies": {
"Analytics": [
"~> 3.0.7"
],
"Apptimize": [
"~> 2.16"
]
}
}