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