[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 1 / e / Charts / 3.0.0 / Charts.podspec.json
bloba1637d35edb80b306b64877ed62fed8631fbc251
2   "name": "Charts",
3   "version": "3.0.0",
4   "summary": "Charts is a powerful & easy to use chart library for iOS, tvOS and OSX (and Android)",
5   "homepage": "https://github.com/danielgindi/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     "osx": "10.11"
18   },
19   "source": {
20     "git": "https://github.com/danielgindi/Charts.git",
21     "tag": "v3.0.0"
22   },
23   "default_subspecs": "Core",
24   "pushed_with_swift_version": "3.0\n",
25   "deprecated_in_favor_of": "DGCharts",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Source/Charts/**/*.swift"
30     },
31     {
32       "name": "Realm",
33       "source_files": "Source/ChartsRealm/**/*.swift",
34       "dependencies": {
35         "Charts/Core": [
37         ],
38         "RealmSwift": [
39           "~> 1.1"
40         ]
41       }
42     }
43   ]