Skip to content

Commit

Permalink
Updates podspec & readme version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsprint09 committed Jun 21, 2017
1 parent 411adfd commit 24b7a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
42 changes: 1 addition & 41 deletions DBNetworkStack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24b7a6b

Please sign in to comment.