blob: cd0b339c7c9081255765f530b2a3a4365c0945e3 [file] [log] [blame]
{
"name": "DataFramework",
"version": "0.4.2",
"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.4.2"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"source_files": "DataFramework/Classes/**/*",
"dependencies": {
"ReactiveCocoa": [
"~> 10.0"
],
"ReactiveSwift": [
"~> 6.0"
],
"DeepDiff": [
"~> 2.0"
]
}
}