Skip to content

Commit

Permalink
Merge pull request #66 from inaka/pablo.UpdatePodspec
Browse files Browse the repository at this point in the history
Updated podspec to point to version 2.0.1
  • Loading branch information
Pablo Villar authored Jun 23, 2016
2 parents 94651f7 + 2812ce9 commit e8a3c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jayme.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "Jayme"
s.version = "2.0.0"
s.version = "2.0.1"
s.summary = "Abstraction layer that eases RESTful interconnections in Swift"
s.description = <<-DESC
What's the best place to put your entities business logic code? What's the best place to put your networking code? Jayme answers those two existencial questions by defining a straightforward and extendable architecture based on Repositories and Backends. It provides a neat API to deal with REST communication, leaving your ViewControllers out of that business by abstracting all that logic, thereby allowing them to focus on what they should do rather than on how they should connect to services.
Expand Down

0 comments on commit e8a3c13

Please sign in to comment.