blob: 7723bbb63334ba10fee568c469e8c22e0d1272df [file] [log] [blame]
{
"name": "ChartsRealm",
"version": "3.1.1",
"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.1.1"
},
"source_files": [
"ChartsRealm/Classes/**/*.swift",
"ChartsRealm/Supporting Files/RLMSupport.swift"
],
"dependencies": {
"Charts": [
"~> 3.1.1"
],
"RealmSwift": [
"~> 3.7.1"
]
}
}