blob: 801928ca70fb35c203faeff41312ed10adb6a047 [file] [log] [blame]
{
"name": "EDataSource",
"version": "1.0.0",
"summary": "Helper classes to manage your UI data sources",
"description": "Some Utility classes to make you table view management easier. Appliying Stratergy desing patter to the data source management creates a simple and clean way to use them.",
"homepage": "https://github.com/borjaigartua/EDataSource",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"borjaigartua": "borjaigartua@gmail.com"
},
"source": {
"git": "https://github.com/borjaigartua/EDataSource.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"3.0",
"4.0",
"4.2",
"4.2"
],
"source_files": "EDataSource/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "4.2"
}