blob: 53ef91771e9f61b040b76494e2b0126920634858 [file] [log] [blame]
{
"name": "segment-appsflyer-ios",
"version": "1.2.10",
"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.2.10"
},
"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"
]
}
},
"tvos": {
"dependencies": {
"AppsFlyerTvOsLib": [
"~> 4"
]
}
}
}