blob: c76fc3375d058462c65ab9b02c568464c68aa56d [file] [log] [blame]
{
"name": "TinyAPIClient",
"version": "0.1.1",
"summary": "Tiny (small, simple) API client for Swift.",
"description": "Simple network library based on NSURLSession. Handles JSON mapping, among other things.",
"homepage": "http://github.com/danlozano/TinyAPIClient",
"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/TinyAPIClient.git",
"tag": "0.1.1"
},
"source_files": "TinyApiClient/**/*",
"pushed_with_swift_version": "3.0"
}