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

Framework working with Carthage and CocoaPods. #19

Merged
merged 3 commits into from
Oct 20, 2017

Conversation

BogdanTC
Copy link
Contributor

Framework functional with dependency managers(CocoaPods/Carthage), demo app removed from branch.

s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/3pillarlabs/ios-autocomplete.git", :tag => "#{s.version}" }
s.source_files = "Framework/AutoCompletion/AutoCompletion", "Framework/AutoCompletion/AutoCompletion/**/*.{h,m}"
s.exclude_files = "Classes/Exclude"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove exclude_files, does not seem to be needed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed.

s.version = "1.2.1"
s.summary = "Text auto completion framework."
s.description = "Library can be used via cocoapods in any project."
s.homepage = "https://github.com/3pillarlabs/ios-autocomplete/tree/AutoCompleteFramework"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/3pillarlabs/ios-autocompleteshould be the home page.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

Podspec and readme updated.
@david-livadaru-3pillarglobal
Copy link
Contributor

david-livadaru-3pillarglobal commented Oct 20, 2017

Since we're providing the framework through dependency managers, we should remove the compiled framework since that was causing the in issue #18.

Removed compiled framework and updated readme file.
@david-livadaru-3pillarglobal david-livadaru-3pillarglobal deleted the AutoCompleteFramework branch October 20, 2017 14:49
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