-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from josipbernat/develop
Added background task support
- Loading branch information
Showing
4 changed files
with
36 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "JBMessage" | ||
s.version = "1.0.14" | ||
s.version = "1.0.15" | ||
s.summary = "JBMessage is simple iOS networking wrapper based on AFNetworking" | ||
s.homepage = "https://github.com/josipbernat/JBMessage" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.author = { "Josip Bernat" => "[email protected]" } | ||
s.social_media_url = "http://twitter.com/josipbernat" | ||
s.platform = :ios, "6.0" | ||
s.source = { :git => "https://github.com/josipbernat/JBMessage.git", :tag => "v1.0.14" } | ||
s.source = { :git => "https://github.com/josipbernat/JBMessage.git", :tag => "v1.0.15" } | ||
s.source_files = 'JBMessage/JBMessage/**/*.{h,m}' | ||
s.requires_arc = true | ||
s.dependency "AFNetworking", "~> 2.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters