File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 22Pod ::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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments