blob: c889eb0869d3acfe8b82395481f5e314f0227f1e [file] [log] [blame]
{
"name": "segment-appsflyer-ios",
"version": "1.3.1",
"summary": "AppsFlyer Integration for Segment's analytics-ios library.",
"description": "AppsFlyer is the market leader in mobile advertising attribution & analytics, helping marketers to pinpoint their targeting, optimize their ad spend and boost their ROI.",
"homepage": "https://github.com/AppsFlyerSDK/segment-appsflyer-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Appsflyer": "maxim@appsflyer.com"
},
"source": {
"git": "https://github.com/AppsFlyerSDK/segment-appsflyer-ios.git",
"tag": "1.3.1"
},
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"requires_arc": true,
"static_framework": true,
"dependencies": {
"Analytics": [
"~> 3.5"
]
},
"source_files": "segment-appsflyer-ios/Classes/**/*",
"ios": {
"dependencies": {
"AppsFlyerFramework": [
"4.10.0"
]
}
},
"tvos": {
"dependencies": {
"AppsFlyerFramework": [
"4.10.0"
]
}
}
}