blob: 29453a859567f0d577b5c76757d992aceaf5ac04 [file] [log] [blame]
{
"name": "DIAnalytics",
"version": "0.1.3",
"summary": "DIAnalytics for iOS",
"license": {
"type": "Commercial",
"file": "LICENSE.txt"
},
"description": "DIAnalytics makes it easy to integrate Dialog Insight push system in your application.",
"homepage": "http://www.dialoginsight.com",
"authors": {
"Dialog Insight": "info@dialoginsight.com"
},
"source": {
"git": "https://github.com/DialogInsight/DIAnalytics_iOS.git",
"tag": "0.1.3"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"frameworks": [
"Foundation",
"CoreTelephony",
"SystemConfiguration",
"UIKit",
"Security",
"StoreKit"
],
"vendored_frameworks": "DIAnalytics.Framework",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"Firebase/Core": [
"~> 6.0"
],
"Firebase/Messaging": [
"~> 6.0"
],
"Firebase/Analytics": [
"~> 6.0"
]
}
}