[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 1 / e / Charts / 2.2.4 / Charts.podspec.json
blobdb7c1c7c0a2166c8ffd2c9b51ed62abf3302470e
2   "name": "Charts",
3   "version": "2.2.4",
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": "v2.2.4"
22   },
23   "default_subspecs": "Core",
24   "prepare_command": "sed -i '' -e 's/import Charts//g' ChartsRealm/Classes/**/*.swift",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Charts/Classes/**/*.swift"
29     },
30     {
31       "name": "Realm",
32       "source_files": "ChartsRealm/Classes/**/*.swift",
33       "dependencies": {
34         "Charts/Core": [
36         ],
37         "RealmSwift": [
38           "~> 0.97"
39         ]
40       }
41     }
42   ]