3

I pod the JSQMessage library but got the error. Please help me how can i fix this. This is what i wrote in pod file:

pod 'JSQMessagesViewController', :git => 'https://github.com/jessesquires/JSQMessagesViewController.git', :branch => 'develop'

And the error:

[!] The `JSQMessagesViewController` pod failed to validate due to 1 error:
- ERROR | attributes: Missing required attribute `homepage`.
rmaddy
  • 314,917
  • 42
  • 532
  • 579
Trung Nguyen
  • 138
  • 3
  • 14

1 Answers1

5

If you forking it, just add s.homepage = "https://LINKTOSOMETHING" into your library .podspec

Zaporozhchenko Oleksandr
  • 4,660
  • 3
  • 26
  • 48