[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 1 / e / Charts / 2.2.1 / Charts.podspec.json
blobff465edda3649b33589945c93ffefa39b48c25a6
2   "name": "Charts",
3   "version": "2.2.1",
4   "summary": "ios-charts is a powerful & easy to use chart library for iOS",
5   "homepage": "https://github.com/danielgindi/ios-charts",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": [
11     "Daniel Cohen Gindi",
12     "Philipp Jahoda"
13   ],
14   "platforms": {
15     "ios": "8.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/danielgindi/ios-charts.git",
20     "tag": "v2.2.1"
21   },
22   "default_subspecs": "Core",
23   "deprecated_in_favor_of": "DGCharts",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Charts/Classes/**/*.swift",
28       "exclude_files": "Charts/Classes/**/{Realm}*.swift"
29     },
30     {
31       "name": "Realm",
32       "source_files": "Charts/Classes/**/{Realm}*.swift",
33       "dependencies": {
34         "Charts/Core": [
36         ],
37         "RealmSwift": [
38           "~> 0.97"
39         ]
40       }
41     }
42   ]