Skip to content

Commit

Permalink
Adds homepage to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucien committed Apr 22, 2017
1 parent 17fe14b commit 1f1b5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fazendinha.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
spec.license = { type: 'MIT', file: 'LICENSE' }
spec.authors = { "Lucien Constantino" => '[email protected]' }
spec.social_media_url = "http://twitter.com/luci3n_"

spec.homepage = "https://github.com/Lucien/fazendinha"
spec.platform = :ios, "10.0"
spec.requires_arc = true
spec.source = { git: "[email protected]:Lucien/fazendinha.git", tag: "v#{spec.version}", submodules: true }
Expand Down

0 comments on commit 1f1b5b5

Please sign in to comment.