blob: 65fd185ad5d794da4bf5cbc886a6bd16078b2bc0 [file] [log] [blame]
{
"name": "Requestr",
"version": "0.1.2",
"summary": "Simple swift NSURLSession wrapper.",
"description": "Simple network library based on NSURLSession. Handles JSON mapping, among other things.",
"homepage": "http://github.com/danlozano/Requestr",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Lozano": "dan@danielozano.com"
},
"social_media_url": "http://twitter.com/danlozanov",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/danlozano/Requestr.git",
"tag": "0.1.2"
},
"source_files": "TinyApiClient/**/*",
"pushed_with_swift_version": "3.0"
}