diff --git a/DBNetworkStack.podspec b/DBNetworkStack.podspec index 68e4fda..71639d5 100644 --- a/DBNetworkStack.podspec +++ b/DBNetworkStack.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "DBNetworkStack" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "DBNetworkStack is a network abstraction for fetching request and mapping them to model objects." # This description is used to generate tags and improve search results. @@ -86,44 +86,4 @@ Pod::Spec.new do |s| s.source_files = "Source/*" s.exclude_files = "Tests/*", "Source/Info.plist" - # s.public_header_files = "Classes/**/*.h" - - - # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # A list of resources included with the Pod. These are copied into the - # target bundle with a build phase script. Anything else will be cleaned. - # You can preserve files from being cleaned, please don't preserve - # non-essential files like tests, examples and documentation. - # - - # s.resource = "icon.png" - # s.resources = "Resources/*.png" - - # s.preserve_paths = "FilesToSave", "MoreFilesToSave" - - - # ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # Link your library with frameworks, or libraries. Libraries do not include - # the lib prefix of their name. - # - - # s.framework = "" - - # s.library = "iconv" - # s.libraries = "iconv", "xml2" - - - # ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # If your library depends on compiler flags you can set them in the xcconfig hash - # where they will only apply to your library. If you depend on other Podspecs - # you can include multiple dependencies to ensure it works. - - # s.requires_arc = true - - # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" } - # s.dependency "JSONKit", "~> 1.4" - end diff --git a/README.md b/README.md index 6c73fa0..b0d8481 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ The following table shows all the protocols and their default implementations. Specify the following in your `Cartfile`: ```ogdl -github "dbsystel/dbnetworkstack" ~> 0.3 +github "dbsystel/dbnetworkstack" ~> 0.5 ``` ### CocoaPods