File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = "PokemonKit"
11
- s . version = "1.0.0 "
11
+ s . version = "1.0.1 "
12
12
s . summary = "A wrapper for pokeapi v2"
13
13
14
14
# This description is used to generate tags and improve search results.
@@ -21,11 +21,11 @@ PokemonKit is a swift wrapper for Pokeapi.
21
21
PokemonKit use Alamofire and PromiseKit for async web requests handling.
22
22
DESC
23
23
24
- s . homepage = "https://github.com/darkcl /PokemonKit"
24
+ s . homepage = "https://github.com/ContinuousLearning /PokemonKit"
25
25
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
26
26
s . license = 'MIT'
27
27
s . author = { "Yeung Yiu Hung" => "[email protected] " }
28
- s . source = { :git => "https://github.com/darkcl /PokemonKit.git" , :tag => s . version . to_s }
28
+ s . source = { :git => "https://github.com/ContinuousLearning /PokemonKit.git" , :tag => s . version . to_s }
29
29
s . social_media_url = 'https://twitter.com/darkcl_dev'
30
30
31
31
s . platform = :ios , '8.0'
You can’t perform that action at this time.
0 commit comments