blob: dc0871fc71004473649d2803dc12a2bcd7aa1a44 [file] [log] [blame]
{
"name": "RepositoryKit",
"version": "3.0.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": "3.0.1"
},
"source_files": "Source/**/*.swift",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"PromiseKit": [
"~> 4.0.0"
]
},
"pushed_with_swift_version": "3.0"
}