blob: 3f743b0b9d44bf63d8159958920bd248f92a104e [file] [log] [blame]
{
"name": "DataFramework",
"version": "0.3.5",
"summary": "Utilities that help to load, parse and display data",
"description": "Utilities that help to load, parse and display data",
"homepage": "https://github.com/Ligr/DataFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aliaksandr Huryn": "aliaksandr.huryn@gmail.com"
},
"source": {
"git": "https://github.com/Ligr/DataFramework.git",
"tag": "0.3.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "DataFramework/Classes/**/*",
"dependencies": {
"ReactiveCocoa": [
"~> 8.0"
],
"ReactiveSwift": [
"~> 4.0"
],
"DeepDiff": [
"~> 2.0"
]
}
}