blob: 98556deb3c21978c7f5e03ca62b876bb527b09b0 [file] [log] [blame]
{
"name": "sugo-heatmap-sdk",
"module_name": "SugoHeatMap",
"version": "1.0.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.0.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.4"
]
},
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"Accelerate",
"CoreGraphics",
"QuartzCore",
"WebKit",
"CoreData",
"CoreLocation"
]
}
]
}