blob: a67a5e15de94a7d704ea3982760f8adc6d7e0f9d [file] [log] [blame]
{
"name": "segment-appsflyer-ios",
"version": "6.0.3",
"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": "6.0.3"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"static_framework": true,
"dependencies": {
"Analytics": [
]
},
"source_files": "segment-appsflyer-ios/Classes/**/*",
"ios": {
"dependencies": {
"AppsFlyerFramework": [
"~> 6.0.3"
]
}
},
"tvos": {
"dependencies": {
"AppsFlyerFramework": [
"~> 6.0.3"
]
}
}
}