Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
coderyi committed Mar 10, 2017
1 parent 59b5942 commit 369a8a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DecouplingKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "DecouplingKit"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "DecouplingKit"
s.description = "DecouplingKit"
s.license = "MIT"
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|

s.author = { "coderyi" => "[email protected]" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/coderyi/DecouplingKit", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/coderyi/DecouplingKit.git", :tag => "#{s.version}" }

s.source_files = "DecouplingKit/**/*.{h,m,mm}"
s.requires_arc = true
Expand Down
9 changes: 2 additions & 7 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
# DecouplingKit

[![Pod Version](http://img.shields.io/cocoapods/v/DecouplingKit.svg?style=flat)](http://cocoadocs.org/docsets/DecouplingKit/)
[![Pod Platform](http://img.shields.io/cocoapods/p/DecouplingKit.svg?style=flat)](http://cocoadocs.org/docsets/NetworkEye/)
[![Pod License](http://img.shields.io/cocoapods/l/DecouplingKit.svg?style=flat)](https://opensource.org/licenses/MIT)

[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](http://twitter.com/coderyi9)
[![](https://img.shields.io/github/stars/coderyi/DecouplingKit.svg)](https://github.com/coderyi/DecouplingKit/stargazers)
[![](https://img.shields.io/github/forks/coderyi/DecouplingKit.svg)](https://github.com/coderyi/DecouplingKit/network)
[![](https://img.shields.io/cocoapods/dt/DecouplingKit.svg?maxAge=2592000)](https://github.com/coderyi/DecouplingKit)

#### Podfile

```ruby

platform :ios, '7.0'
pod 'DecouplingKit', '~> 0.0.1'
pod 'DecouplingKit', '~> 0.0.2'

```

Expand Down

0 comments on commit 369a8a8

Please sign in to comment.