Wiggly 0.2.0

Wiggly 0.2.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by KptainO.



Wiggly 0.2.0

  • By
  • KptainO

(URL) Routing library. No need to build your urls and extract their data by hand anymore!

Wiggly lets you

  • Create url patterns
  • Generate those urls based on input arguments
  • Even faster: generate urls matching your model objects (TODO)
  • Extract parameters from incoming urls
  • Define requirements on each incoming/outgoing parameters
  • Build a collection of urls that you can easily reference (TODO)

For more explanation, see the wiki

Installation

The easiest way is through CocoaPods:

  1. Add Wiggly inside your Podfile

    pod Wiggly
    
  2. Update your installation

    pod install
    

License

Wiggly is under MIT License. Any contribution is welcomed!