Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
SungjunApp committed Dec 10, 2020
1 parent 1f7d2b0 commit b0cf2e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PixleeTestCocoapods.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Pod::Spec.new do |s|
'This project will add a done button on your TextField and TextView. Just import and turn on the accessory.'
DESC

s.homepage = 'https://github.com/pixlee-accounts/PixleeTestCocoapods'
s.homepage = 'https://github.com/pixlee/PixleeTestCocoapods'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'pixlee-accounts' => '[email protected]' }
s.source = { :git => 'https://github.com/pixlee-accounts/PixleeTestCocoapods.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/pixlee/PixleeTestCocoapods.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '12.0'
Expand Down

0 comments on commit b0cf2e2

Please sign in to comment.