[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / d / f / 4 / RNCharts / 4.1.0 / RNCharts.podspec.json
blobac274a8e97aee8a8cacdaeb979fef06b6de4be00
2   "name": "RNCharts",
3   "version": "4.1.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": "12.0",
16     "tvos": "12.0",
17     "osx": "10.13"
18   },
19   "source": {
20     "git": "https://github.com/danielgindi/Charts.git",
21     "tag": "v4.1.0"
22   },
23   "default_subspecs": "Core",
24   "swift_versions": "5.7",
25   "cocoapods_version": ">= 1.5.0",
26   "pod_target_xcconfig": {
27     "DEFINES_MODULE": "YES"
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Source/Charts/**/*.swift",
33       "dependencies": {
34         "SwiftAlgorithms": [
35           "~> 1.0"
36         ]
37       }
38     }
39   ],
40   "swift_version": "5.7"