Skip to content

Commit a0c44b0

Browse files
committed
Bump version
1 parent 5bee586 commit a0c44b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PokemonKit.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "PokemonKit"
11-
s.version = "1.0.0"
11+
s.version = "1.0.1"
1212
s.summary = "A wrapper for pokeapi v2"
1313

1414
# This description is used to generate tags and improve search results.
@@ -21,11 +21,11 @@ PokemonKit is a swift wrapper for Pokeapi.
2121
PokemonKit use Alamofire and PromiseKit for async web requests handling.
2222
DESC
2323

24-
s.homepage = "https://github.com/darkcl/PokemonKit"
24+
s.homepage = "https://github.com/ContinuousLearning/PokemonKit"
2525
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
2626
s.license = 'MIT'
2727
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 }
2929
s.social_media_url = 'https://twitter.com/darkcl_dev'
3030

3131
s.platform = :ios, '8.0'

0 commit comments

Comments
 (0)