Skip to content

Commit

Permalink
Merge pull request #16 from inaka/pablo.cocoapods
Browse files Browse the repository at this point in the history
Updated podspec to point to tag 1.0.4
  • Loading branch information
Andres Canal committed May 5, 2016
2 parents 57197ed + 57baded commit 8a900b9
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 = "1.0.3"
s.version = "1.0.4"
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 for dealing 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 on how they should connect to services.
Expand Down

0 comments on commit 8a900b9

Please sign in to comment.