blob: 585ed9683909d430faefc98a2635cb37cb4add0c [file] [log] [blame]
{
"name": "ChartsRealm",
"version": "3.2.2",
"summary": "A Realm.io module for Charts",
"homepage": "https://github.com/danielgindi/ChartsRealm",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": [
"Daniel Cohen Gindi",
"Philipp Jahoda"
],
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/danielgindi/ChartsRealm.git",
"tag": "v3.2.2"
},
"source_files": [
"ChartsRealm/Classes/**/*.swift",
"ChartsRealm/Supporting Files/RLMSupport.swift"
],
"dependencies": {
"Charts": [
"~> 3.3.0"
],
"RealmSwift": [
"~> 3.15.0"
]
}
}