Skip to content

Commit 369a8a8

Browse files
committed
update
1 parent 59b5942 commit 369a8a8

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

DecouplingKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "DecouplingKit"
5-
s.version = "0.0.1"
5+
s.version = "0.0.2"
66
s.summary = "DecouplingKit"
77
s.description = "DecouplingKit"
88
s.license = "MIT"
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414

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

1919
s.source_files = "DecouplingKit/**/*.{h,m,mm}"
2020
s.requires_arc = true

Readme.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
# DecouplingKit
22

3-
[![Pod Version](http://img.shields.io/cocoapods/v/DecouplingKit.svg?style=flat)](http://cocoadocs.org/docsets/DecouplingKit/)
4-
[![Pod Platform](http://img.shields.io/cocoapods/p/DecouplingKit.svg?style=flat)](http://cocoadocs.org/docsets/NetworkEye/)
5-
[![Pod License](http://img.shields.io/cocoapods/l/DecouplingKit.svg?style=flat)](https://opensource.org/licenses/MIT)
3+
64
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](http://twitter.com/coderyi9)
7-
[![](https://img.shields.io/github/stars/coderyi/DecouplingKit.svg)](https://github.com/coderyi/DecouplingKit/stargazers)
8-
[![](https://img.shields.io/github/forks/coderyi/DecouplingKit.svg)](https://github.com/coderyi/DecouplingKit/network)
9-
[![](https://img.shields.io/cocoapods/dt/DecouplingKit.svg?maxAge=2592000)](https://github.com/coderyi/DecouplingKit)
105

116
#### Podfile
127

138
```ruby
149

1510
platform :ios, '7.0'
16-
pod 'DecouplingKit', '~> 0.0.1'
11+
pod 'DecouplingKit', '~> 0.0.2'
1712

1813
```
1914

0 commit comments

Comments
 (0)