-
-
Notifications
You must be signed in to change notification settings - Fork 197
Cocoapods.md #914
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
Cocoapods.md #914
Conversation
✅ |
@@ -0,0 +1,83 @@ | |||
# Using CocoaPods | |||
|
|||
When you develop for iOS, you can quickly add third party libraries to your NativeScript projects via [CocoaPods](https://cocoapods.org/), a dependency manager for Swift and Objective-C Cocoa projects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
third-party
31fc200
to
a5e56b5
Compare
|
||
## Create NativeScript plugin with Podfile | ||
|
||
For more information see [NativeScript plugins](#PLUGINS.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For more information about working with NativeScript plugins, click here. (here being the link)
You need to state what this more information is about as right now the context is not so obvious.
✅ |
} | ||
``` | ||
|
||
Create a [Podfile](https://guides.cocoapods.org/syntax/podfile.html) and move it to platforms/ios folder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be an empty Podfile? This part needs to be more specific. Also, apply code formatting for the path.
a5e56b5
to
d9ee6e5
Compare
✅ |
d9ee6e5
to
708aa15
Compare
708aa15
to
5ddb9a3
Compare
✅ |
👍 from @ikoevska |
✅ |
No description provided.