Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
darkcl committed Mar 12, 2016
1 parent 5bee586 commit a0c44b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PokemonKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "PokemonKit"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "A wrapper for pokeapi v2"

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

s.homepage = "https://github.com/darkcl/PokemonKit"
s.homepage = "https://github.com/ContinuousLearning/PokemonKit"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "Yeung Yiu Hung" => "hkclex@gmail.com" }
s.source = { :git => "https://github.com/darkcl/PokemonKit.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/ContinuousLearning/PokemonKit.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/darkcl_dev'

s.platform = :ios, '8.0'
Expand Down

0 comments on commit a0c44b0

Please sign in to comment.