Skip to content

Commit

Permalink
,
Browse files Browse the repository at this point in the history
  • Loading branch information
machao committed Mar 15, 2017
1 parent 50e6f49 commit 16abea6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions MCDownloadManager.podspec
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "MCDownloadManager"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "A simple and convenient multi task download manager"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -64,8 +64,8 @@ Pod::Spec.new do |s|
# the deployment target. You can optionally include the target after the platform.
#

s.platform = :ios
# s.platform = :ios, "5.0"
# s.platform = :ios
s.platform = :ios, "7.0"

# When using multiple platforms
# s.ios.deployment_target = "5.0"
Expand Down Expand Up @@ -130,7 +130,7 @@ Pod::Spec.new do |s|
# 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.requires_arc = true

# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "JSONKit", "~> 1.4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ $ gem install cocoapods
To integrate MCDownloadManager into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
pod 'MCDownloadManager', '~> 1.0.2'
pod 'MCDownloadManager', '~> 1.0.3'
```

Then, run the following command:
Expand Down

0 comments on commit 16abea6

Please sign in to comment.