blob: 8da982401572d07cc03c8444508be4ee1cf02065 [file] [log] [blame]
{
"name": "ParselyAnalytics",
"version": "0.0.3",
"swift_versions": "4.2",
"summary": "Parsely analytics integration for iOS",
"homepage": "https://www.parse.ly/help/integration/ios-sdk/",
"license": "Apache License, Version 2.0",
"authors": {
"Emmett Butler": "emmett@parsely.com"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/Parsely/AnalyticsSDK-iOS.git",
"tag": "0.0.3"
},
"source_files": "ParselyTracker",
"frameworks": "Foundation",
"dependencies": {
"SwiftyJSON": [
"~> 4.1.0"
],
"SwiftHTTP": [
"~> 3.0.1"
],
"ReachabilitySwift": [
"~> 4.3.0"
]
},
"swift_version": "4.2"
}