blob: 280194d49a58e557e6f5cceb38656af1f84a4754 [file] [log] [blame]
{
"name": "DataFramework",
"version": "0.2.8",
"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.2.8"
},
"platforms": {
"ios": "10.0"
},
"source_files": "DataFramework/Classes/**/*",
"dependencies": {
"ReactiveCocoa": [
"~> 8.0"
],
"ReactiveSwift": [
"~> 4.0"
],
"IGListKit/Diffing": [
"~> 3.0"
]
}
}