-
Notifications
You must be signed in to change notification settings - Fork 98
.podspec #149
Comments
Yeah, this is in the works. No specific timeline yet. |
I just created pull request #152 as an example of changes that may be necessary to support Cocoapods with this plugin. Let me know your thoughts. |
@ttahmouch thanks for the PR and issue. @hollyschinsky and I were just talking about this last week. |
@ttahmouch @hollyschinsky can you take a look at this PR on CocoaPods/Specs to make sure I've got it right: CocoaPods/Specs#14215 |
I cloned your fork, i.e., I looked at the difference between It appears CocoaPods/Specs#14215 was closed as they do not accept pull requests to that repository. I uploaded my If you run into problems publishing the Looks good. Good work, @macdonst . 👍 $ git diff \
master:Specs/phonegap-plugin-contentsync/1.2.5.cocoapods/phonegap-plugin-contentsync.podspec.json \
contentsync:Specs/phonegap-plugin-contentsync/1.3.0/phonegap-plugin-contentsync.podspec.json
...
@@ -1,6 +1,6 @@
{
...
- "version": "1.2.5.cocoapods",
+ "version": "1.3.0",
...
@@ -10,8 +10,8 @@
...
"source": {
- "git": "https://github.com/ttahmouch/phonegap-plugin-contentsync.git",
- "tag": "1.2.5.cocoapods"
+ "git": "https://github.com/phonegap/phonegap-plugin-contentsync.git",
+ "tag": "v1.3.0"
},
... |
I just noticed a small problem with the way I had originally written the However, now when you phonegap-plugin-contentsync.podspec.json "platforms": { "ios": "8.0" } phonegap-plugin-contentsync.podspec spec.platform = :ios, '8.0' Here is the Ruby formatted Here is the |
@ttahmouch awesome, I dealt with some Ruby craziness this morning and will hopefully be able to publish a pod today or tomorrow. |
Did you have any issues attempting to publish the |
@ttahmouch only lack of time because of other work but I've got this on my radar this week. |
We have a native
iOS
application that containsCDVViewController
s. It was not generated using thecordova create
CLI.We would like to be able to depend on
phonegap/phonegap-plugin-contentsync
usingCocoapods
much like the Embedding the Webview example demonstrates forapache/cordova-plugin-*
plugins here.Any intention of releasing a
.podspec
forphonegap-plugin-contentsync
analogous to that ofcordova-plugin-camera
found here?The text was updated successfully, but these errors were encountered: