Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to Podspec #10

Merged
merged 1 commit into from
Aug 3, 2017
Merged

Fixes to Podspec #10

merged 1 commit into from
Aug 3, 2017

Conversation

sammacbeth
Copy link
Contributor

When integrating this project into an iOS project we found some changes to the podspec were required in order for CocoaPods to properly link and compile the project:

  • The homepage option is required.
  • The source files were initially not being found in the 'Pods' project.
  • The linker would fail due to missing symbols from the sqlite3 library.

This PR addresses these issues, and also fixes some of the metadata which was not correct or missing.

 * Add required 'homepage'
 * Fix source file resolution
 * Specific sqlite3 library dependency.
 * Fix repository metadata.
@craftzdog craftzdog merged commit 32db061 into craftzdog:master Aug 3, 2017
@craftzdog
Copy link
Owner

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants