Skip to content

Documentation, Swift Package Manager, Concepts

Latest
Compare
Choose a tag to compare
@pavelpantus pavelpantus released this 23 Oct 23:49
· 2 commits to master since this release
4500382
  • Add documentation
  • Reconcile naming
  • Make PPTransport a struct
  • Introduce generic Return type, that incapsulates returned object and error (Public API change)
  • Introduce PPError enum and return it instead of NSError (Public API change)
  • Turn on 'treat warnings as errors' flag for every target
  • Add Swift Package Manager Support
  • Introduce Concept data model
  • Break API class in domain specific extensions
  • Introduce method to select http vs https
  • Create test event registry account for Example projects
  • Introduce travis cache
  • Add framework deploy step to travis file