blob: b248d7f666fde3dc77b3633ce8f98d394f1df1c8 [file] [log] [blame]
{
"name": "Requestr",
"version": "0.1.1",
"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.1"
},
"source_files": "TinyApiClient/**/*",
"pushed_with_swift_version": "3.0"
}