blob: b6e0c687d6c155b6889c610721cabc08f77232bd [file] [log] [blame]
{
"name": "RepositoryKit",
"version": "2.3.1",
"summary": "Repositories pattern for networking and storage",
"description": "Repository Pattern Swift. Where is the place to put your storage and networking code? Based on promises.",
"homepage": "https://github.com/lucianopolit/RepositoryKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luciano Polit": "lucianopolit@gmail.com"
},
"source": {
"git": "https://github.com/lucianopolit/RepositoryKit.git",
"tag": "2.3.1"
},
"source_files": "Source/**/*.swift",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"PromiseKit": [
"~> 3.2.0"
]
}
}