#MarvelSwift
##Info
This project is for test purposes to try Swift
##Installation
Run the following command in the root directory of your project
$ pod install##Introduction
The app uses:
· Alamofire. API inspired by grokSwift
· SwiftyJSON for the Models
· Realm Swift for the Persistence
· Autolayout - SnapKit
· Kingfisher to cache images
· External DataSource with DataType, DataSource, SourceType inspired by BlendingCultures
· MVVM
· Data Controllers to comunicate ApiManager and ViewModel
· RxSwift for the searchBar inspired by RxSwift Examples
· Tests (with XCTest, Quick and Nimble)
· DZNEmptyDataSet to show something when the view has no content
· SVProgressHUD to show the progress
##Requirements
- iOS 9.0+
- Xcode 8
- Swift 3
##License This app project is for demonstration purposes only. Use of this source code in any form without express authorization is strictly forbidden.
