[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / a / ChartsRealm / 3.2.1 / ChartsRealm.podspec.json
blob6cec71d07f502b797b6da8b692c46ef5e4033526
2   "name": "ChartsRealm",
3   "version": "3.2.1",
4   "summary": "A Realm.io module for Charts",
5   "homepage": "https://github.com/danielgindi/ChartsRealm",
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/ChartsRealm.git",
21     "tag": "v3.2.1"
22   },
23   "source_files": [
24     "ChartsRealm/Classes/**/*.swift",
25     "ChartsRealm/Supporting Files/RLMSupport.swift"
26   ],
27   "dependencies": {
28     "Charts": [
29       "~> 3.2.1"
30     ],
31     "RealmSwift": [
32       "~> 3.11.1"
33     ]
34   }