blob: 9e16c5ea7b0b3225b4ddeeaec7cfb20430b20d46 [file] [log] [blame]
{
"name": "sugo-heatmap-sdk",
"module_name": "SugoHeatMap",
"version": "1.1.0",
"license": "Apache License, Version 2.0",
"summary": "Official Sugo SDK for iOS (Objective-C)",
"homepage": "https://github.com/chenyushui1106/sugo-heatmap-sdk.git",
"authors": {
"sugo.io": "developer@sugo.io"
},
"source": {
"git": "https://github.com/chenyushui1106/sugo-heatmap-sdk.git",
"tag": "1.1.0",
"branch": "master-heatmap"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "core",
"subspecs": [
{
"name": "core",
"source_files": "SugoHeatMap/HeatMap/**/*.{m,h}",
"libraries": "icucore",
"dependencies": {
"sugo-objc-sdk": [
"~> 3.5.9"
]
},
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"Accelerate",
"CoreGraphics",
"QuartzCore",
"WebKit",
"CoreData",
"CoreLocation"
]
}
]
}