[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 5 / 3 / GGChartKit / 0.0.1 / GGChartKit.podspec.json
blob5db2fd9422fd83dbda95a37df27109d127da3214
2   "name": "GGChartKit",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "基于GGCharts的封装",
9   "homepage": "https://github.com/xyl-private/GGChartKit",
10   "source": {
11     "git": "https://github.com/xyl-private/GGChartKit.git",
12     "tag": "0.0.1"
13   },
14   "source_files": "GGChartKit/**/*.{h,m,c}",
15   "platforms": {
16     "ios": "12.0"
17   },
18   "frameworks": [
19     "Foundation",
20     "CoreFoundation",
21     "UIKit"
22   ],
23   "authors": {
24     "村雨灬龑": "xyl_private@163.com"
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   }