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

Add Podspec #3

Closed
wants to merge 1 commit into from
Closed

Conversation

SalvatoreT
Copy link

@SalvatoreT SalvatoreT commented Sep 5, 2021

Ran the pod spec create and did my best with filling things out.

https://guides.cocoapods.org/syntax/podspec.html

Validated with the following command.

pod spec lint CMIOKit.podspec --allow-warnings

The only thing to make this better would be to add a git tag to the repo and update the Podspec to use that tag.

Ran the `pod spec create` and did my best with filling things out.

https://guides.cocoapods.org/syntax/podspec.html

Validated with the following command.

```
pod spec lint CMIOKit.podspec --allow-warnings
```

The only thing to make this better would be to add a git tag to the repo
and update the Podspec to use that tag.
spec.author = "Tamas Lustyik"
spec.platform = :osx, "10.13"
spec.swift_version = "4.2"
spec.source = { :git => "https://github.com/lvsti/CMIOKit.git" }
Copy link
Author

Choose a reason for hiding this comment

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

You'll need to add a :tag => "..." here once/if you plan on adding a tag.

@SalvatoreT SalvatoreT closed this Sep 23, 2024
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.

1 participant