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