[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / e / 2 / sugo-heatmap-sdk / 1.0.0 / sugo-heatmap-sdk.podspec.json
blob98556deb3c21978c7f5e03ca62b876bb527b09b0
2   "name": "sugo-heatmap-sdk",
3   "module_name": "SugoHeatMap",
4   "version": "1.0.0",
5   "license": "Apache License, Version 2.0",
6   "summary": "Official Sugo SDK for iOS (Objective-C)",
7   "homepage": "https://github.com/chenyushui1106/sugo-heatmap-sdk.git",
8   "authors": {
9     "sugo.io": "developer@sugo.io"
10   },
11   "source": {
12     "git": "https://github.com/chenyushui1106/sugo-heatmap-sdk.git",
13     "tag": "1.0.0",
14     "branch": "master-heatmap"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "default_subspecs": "core",
20   "subspecs": [
21     {
22       "name": "core",
23       "source_files": "SugoHeatMap/HeatMap/**/*.{m,h}",
24       "libraries": "icucore",
25       "dependencies": {
26         "sugo-objc-sdk": [
27           "3.5.9.4"
28         ]
29       },
30       "frameworks": [
31         "UIKit",
32         "Foundation",
33         "SystemConfiguration",
34         "CoreTelephony",
35         "Accelerate",
36         "CoreGraphics",
37         "QuartzCore",
38         "WebKit",
39         "CoreData",
40         "CoreLocation"
41       ]
42     }
43   ]