Go to file
Maxim Khatskevich ec1d727e1a Merge branch 'release/4.0.2' 2017-09-18 04:15:00 +05:00
APIClient.xcworkspace Regenerated project 2017-08-28 22:30:44 +05:00
Carthage/Checkouts/ProjectGenerator Added Struct-based project config 2017-08-28 22:16:14 +05:00
Info Version Bump to 4.0.2 (15) 2017-09-18 04:14:48 +05:00
Main.xcodeproj Version Bump to 4.0.2 (15) 2017-09-18 04:14:48 +05:00
Scripts Prepared for project regeneration 2017-08-28 22:18:35 +05:00
Sources Important bug fix 2017-09-18 04:13:59 +05:00
Tests Prepared for project regeneration 2017-08-28 22:18:35 +05:00
fastlane No need to silent pod lib lint warnings anymore 2017-08-28 22:54:30 +05:00
.gitignore Removed Cocoapods from ignore file 2016-06-03 20:59:36 +05:00
.swift-version Added explicit Swift version for ‘pod lib lint’ 2017-09-11 07:25:52 +05:00
.swiftlint.yml Regenerated project 2017-08-28 22:30:44 +05:00
Cartfile Added Struct-based project config 2017-08-28 22:16:14 +05:00
Cartfile.resolved Added Struct-based project config 2017-08-28 22:16:14 +05:00
LICENSE Initial commit 2016-03-23 23:07:52 -04:00
Project.Struct.swift Added Struct-based project config 2017-08-28 22:16:14 +05:00
README.md Regenerated project 2017-08-28 22:30:44 +05:00
XCEAPIClient.podspec Version Bump to 4.0.2 in Podspec file 2017-09-18 04:14:48 +05:00
_config.yml Added GitHub pages suppport 2017-08-28 20:32:04 +05:00
project.yml Added Struct-based project config 2017-08-28 22:16:14 +05:00

README.md

APIClient

URLSession-based API client for Cocoa and Cocoa Touch.

Inspired by https://thatthinginswift.com/write-your-own-api-clients-swift/

Swift 3

Starting from version 3.0, this library supports Swift 3. For compatibility with Swift 2.2 and Swift 2.3 use older version.