SwifTumblr 1.0.0

SwifTumblr 1.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2017
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by Yosuke Takahashi.



 
Depends on:
Alamofire~> 4.5.0
AEXML~> 4.0
 

  • By
  • yosan




Simple Tumblr RSS parser by Swift.

SwifTumblr.getBlog(
    URLString: "http://ysn-blog.tumblr.com/api/read",
    success: { blog in
        self.blog = blog
        self.tableView.reloadData()
    },
    failure: { error in
        self.error = error
    }
)

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

SwifTumblr is available through CocoaPods. To install
it, simply add the following line to your Podfile:

pod "SwifTumblr"

Author

yosan, [email protected]

License

SwifTumblr is available under the MIT license. See the LICENSE file for more info.