Skip to content

Repository files navigation

PokemonKit

Build StatusVersionLicensePlatformCarthage compatiblecodebeat badgeghit.me

What is this?

PokemonKit is a swift wrapper for Pokeapi.

PokemonKit use Alamofire and PromiseKit for async web requests handling.

Usage

import PokemonKit
PokemonKit.fetchBerry("1").then{ berryInfo inself.testLabel.text = berryInfo.name;
}.onError{error inprint(error)}

TODO

  • Wrap all API end points
  • Fully Documented
  • Fully tested
  • Carthage Support
  • Unit test don't call server
  • Remove PromiseKit (So many build errors, not worth it)
  • Porting back to Objective-C

Installation

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

pod'PokemonKit'

If your using Carthage you can add a PokemonKit by adding it to your Cartfile:

github"ContinuousLearning/PokemonKit" ~> 2.0

In your Info.plist, add

<key>NSAppTransportSecurity</key><dict>	<key>NSExceptionDomains</key>	<dict> <key>pokeapi.co</key> <dict> <key>NSIncludesSubdomains</key> <true/> <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> <true/> <key>NSTemporaryExceptionMinimumTLSVersion</key> <string>TLSv1.1</string> </dict>	</dict></dict>

Author

Yeung Yiu Hung, hkclex@gmail.com

License

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

About

Pokeapi wrapper, written in Swift

Topics

Resources

Stars

106 stars

Watchers

7 watching

Forks

Releases

Packages

Used by

Contributors

Languages