Cocoapods. Network layer. Fetching repos.
This commit is contained in:
parent
e348ad1eb1
commit
3dafdbc09c
143 changed files with 12470 additions and 47 deletions
31
Pods/BaseAPI/README.md
generated
Normal file
31
Pods/BaseAPI/README.md
generated
Normal file
|
@ -0,0 +1,31 @@
|
|||
# BaseAPI
|
||||
|
||||
[](https://travis-ci.org/serhii-londar/BaseAPI)
|
||||
[](http://cocoapods.org/pods/BaseAPI)
|
||||
[](http://cocoapods.org/pods/BaseAPI)
|
||||
[](http://cocoapods.org/pods/BaseAPI)
|
||||
|
||||
BaseAPI is a small Swift library which helps you to implement any REST API. The main goal is to simplify sending HTTP request and receiving response.
|
||||
|
||||
## Example
|
||||
|
||||
To run the example project, clone the repo, and run `pod install` from the Example directory first.
|
||||
|
||||
## Requirements
|
||||
|
||||
## Installation
|
||||
|
||||
BaseAPI is available through [CocoaPods](http://cocoapods.org). To install
|
||||
it, simply add the following line to your Podfile:
|
||||
|
||||
```ruby
|
||||
pod 'BaseAPI'
|
||||
```
|
||||
|
||||
## Author
|
||||
|
||||
serhii-londar, serhii.londar@gmail.com
|
||||
|
||||
## License
|
||||
|
||||
BaseAPI is available under the MIT license. See the LICENSE file for more info.
|
Loading…
Add table
Add a link
Reference in a new issue