blob: 4ae50d6b076bd11b0e8d6f135d2dfebaeda359d4 [file] [log] [blame]
{
"name": "ParselyAnalytics",
"version": "0.0.1",
"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.1"
},
"source_files": "ParselyTracker",
"frameworks": "Foundation",
"dependencies": {
"SwiftyJSON": [
"~> 4.1.0"
],
"SwiftHTTP": [
"~> 3.0.1"
],
"ReachabilitySwift": [
"~> 4.3.0"
]
}
}