blob: 485041c57d2a1c44af7d0ee00e0117ec6a807016 [file] [log] [blame]
{
"name": "DataFramework",
"version": "0.1.15",
"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.1.15"
},
"platforms": {
"ios": "10.0"
},
"source_files": "DataFramework/Classes/**/*",
"dependencies": {
"ReactiveCocoa": [
"~> 7.0"
],
"ReactiveSwift": [
"~> 3.0"
],
"IGListKit/Diffing": [
"~> 3.0"
]
}
}