<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:10:19 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CDRIVER-691] Update Podspec to 1.1.6 and enable SSL</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-691</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;(Not sure who the maintainer of mongo-c cocoa pod is, but author is listed as MongoDB)&lt;/p&gt;

&lt;p&gt;Please update Podspecs for mongo-c-driver and libbson to 1.1.6, and also enable SSL.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://cocoapods.org/pods/mongo-c-driver&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://cocoapods.org/pods/mongo-c-driver&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://cocoapods.org/pods/libbson&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://cocoapods.org/pods/libbson&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="207570">CDRIVER-691</key>
            <summary>Update Podspec to 1.1.6 and enable SSL</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="2">Won&apos;t Fix</resolution>
                                        <assignee username="jesse@mongodb.com">A. Jesse Jiryu Davis</assignee>
                                    <reporter username="msoutier">Marius Soutier</reporter>
                        <labels>
                    </labels>
                <created>Sun, 31 May 2015 10:03:48 +0000</created>
                <updated>Wed, 3 May 2017 22:13:51 +0000</updated>
                            <resolved>Mon, 13 Jul 2015 17:32:46 +0000</resolved>
                                                    <fixVersion>TBD</fixVersion>
                                    <component>packaging</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="1070612" author="danappelxx" created="Mon, 26 Oct 2015 17:42:35 +0000"  >&lt;p&gt;Ping?&lt;/p&gt;</comment>
                            <comment id="1065235" author="danappelxx" created="Tue, 20 Oct 2015 07:06:40 +0000"  >&lt;p&gt;Well... I tried to figure out how all of this works but frankly its pretty ridiculous. I created module maps and attempted to test everything but it doesn&apos;t seem like cocoapods likes my changes. After a few hours of fighting with it I gave up, but I think I got somewhere.&lt;/p&gt;

&lt;p&gt;I made some changes to libbson here &lt;a href=&quot;https://github.com/Danappelxx/libbson&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/Danappelxx/libbson&lt;/a&gt; (don&apos;t mind the messy repo - I&apos;m not planning to merge it). I added a module map and changed the headers as you recommended. The headers seemed to actually work, which is good.&lt;/p&gt;

&lt;p&gt;I tested my fork with `pod lib lint` on the libbson, which didn&apos;t fail, and even adding it to a podfile (with `use_frameworks!`) and running `pod install` worked. However, when I tried to import it in my Swift code I got errors stating that the headers referenced in the module map were not found (meaning that the module map is not correct), and when I put it in the framework header, I got the old errors again which stated that you cannot have a non-modular framework in a framework target or something like that - I assume (hope) that this will be fixed with the module map.&lt;/p&gt;

&lt;p&gt;The fact that the library built at all when it had a module map is also great news because that means that foundation was not automatically imported (which was breaking everything beforehand). So it seems that the only thing we need to fix is the module map, and everything should line up into position afterwards. I&apos;m not confident at all in my ability to create one, however.&lt;/p&gt;

&lt;p&gt;If you&apos;re curious, here&apos;s the module map I ended up making (You can look through the file history - none of the other version I tried worked, either) &lt;a href=&quot;https://github.com/Danappelxx/libbson/blob/podspec-1.1.11/src/module.modulemap&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/Danappelxx/libbson/blob/podspec-1.1.11/src/module.modulemap&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Also I would like to note that so far all of these changes are made towards libbson, since libbson is the simpler of the two. I assume, however, that if we can get it to work, then the steps getting mongoc to work as well will be very similar.&lt;/p&gt;

&lt;p&gt;Back to you &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=paulmelnikow&quot; class=&quot;user-hover&quot; rel=&quot;paulmelnikow&quot;&gt;paulmelnikow&lt;/a&gt;?&lt;/p&gt;

&lt;p&gt;Edit: Tested a new module map in an OS X application and it worked (with use_frameworks! in the Podfile)! I&apos;m testing it in a framework project right now, hopefully it works.&lt;/p&gt;

&lt;p&gt;Edit 2: Got the good old &apos;could not build objective-c module &lt;/p&gt;
{project name}
&lt;p&gt; (not libbson) in the framework target when I added it to the framework header. Just `import libbson/bson` didn&apos;t work in swift code. If you want to test it, add the following lines to the podfile:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;use_frameworks!&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;pod &lt;/span&gt;&lt;span style=&quot;color: blue; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&apos;libbson&apos;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #2B91AF; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;:git&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; =&amp;gt; &lt;/span&gt;&lt;span style=&quot;color: blue; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&apos;https://github.com/danappelxx/libbson.git&apos;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #2B91AF; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;:branch&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; =&amp;gt; &lt;/span&gt;&lt;span style=&quot;color: blue; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&apos;podspec-1.1.11&apos;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;Not sure where to go from here.&lt;/p&gt;</comment>
                            <comment id="1064036" author="paulmelnikow" created="Mon, 19 Oct 2015 11:39:16 +0000"  >&lt;p&gt;~Danappelxx do you want to give that a shot? I can try to do it, though I&apos;m not sure how soon I&apos;ll have time.&lt;/p&gt;</comment>
                            <comment id="1063826" author="jesse" created="Mon, 19 Oct 2015 01:57:56 +0000"  >&lt;p&gt;Sorry, would you like to try it out and see if the build works with the Autotools and CMake if you make that change? If it works I&apos;d consider a pull request.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</comment>
                            <comment id="1063654" author="danappelxx" created="Sun, 18 Oct 2015 03:16:08 +0000"  >&lt;p&gt;Bump? &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=jesse&quot; class=&quot;user-hover&quot; rel=&quot;jesse&quot;&gt;jesse&lt;/a&gt;  &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=paulmelnikow&quot; class=&quot;user-hover&quot; rel=&quot;paulmelnikow&quot;&gt;paulmelnikow&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1056439" author="paulmelnikow" created="Fri, 9 Oct 2015 12:39:03 +0000"  >&lt;p&gt;@jesse Thoughts?&lt;/p&gt;</comment>
                            <comment id="1053323" author="danappelxx" created="Wed, 7 Oct 2015 03:01:27 +0000"  >&lt;blockquote&gt;
&lt;p&gt;Re #3, what CocoaPods actually wants is &amp;lt;bson/bson.h&amp;gt; and &amp;lt;bson/bcon.h&amp;gt; in place of &amp;lt;bson.h&amp;gt; and &amp;lt;bcon.h&amp;gt;.&lt;br/&gt;
Would that be a feasible change?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Any updates?&lt;/p&gt;</comment>
                            <comment id="1050772" author="paulmelnikow" created="Mon, 5 Oct 2015 03:51:39 +0000"  >&lt;p&gt;I hear ya. Would definitely be nice to get the Swift support working!&lt;/p&gt;

&lt;p&gt;Feel free to play with what I have in your project, and let me know if you make any headway:&lt;br/&gt;
&lt;a href=&quot;https://github.com/paulmelnikow/mongo-c-driver-1/blob/1.1.11%2Bpodspec/mongo-c-driver.podspec&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/paulmelnikow/mongo-c-driver-1/blob/1.1.11%2Bpodspec/mongo-c-driver.podspec&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1050770" author="danappelxx" created="Mon, 5 Oct 2015 03:30:50 +0000"  >&lt;p&gt;@&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=paulmelnikow&quot; class=&quot;user-hover&quot; rel=&quot;paulmelnikow&quot;&gt;paulmelnikow&lt;/a&gt;: Nice! Unfortunately no framework supports means no Swift support - which is an issue (at least for me &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; ). I think the umbrella header issues can be solved by creating a module map (if the only issue is that it&apos;s importing foundation automatically), though I&apos;m really just going from what I just read in this issue: &lt;a href=&quot;https://github.com/CocoaPods/CocoaPods/issues/4094&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/CocoaPods/CocoaPods/issues/4094&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;By the way, I&apos;m really glad somebody is looking into this - I&apos;ve been struggling to use MongoC in a project (Swift MongoDB driver) for a while now.&lt;/p&gt;</comment>
                            <comment id="1050761" author="paulmelnikow" created="Mon, 5 Oct 2015 03:02:15 +0000"  >&lt;p&gt;Re #3, what CocoaPods actually wants is &lt;tt&gt;&amp;lt;bson/bson.h&amp;gt;&lt;/tt&gt; and &lt;tt&gt;&amp;lt;bson/bcon.h&amp;gt;&lt;/tt&gt; in place of &lt;tt&gt;&amp;lt;bson.h&amp;gt;&lt;/tt&gt; and &lt;tt&gt;&amp;lt;bcon.h&amp;gt;&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;Would that be a feasible change?&lt;/p&gt;

&lt;p&gt;This is explained here: &lt;a href=&quot;https://github.com/segmentio/analytics-ios/issues/417&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/segmentio/analytics-ios/issues/417&lt;/a&gt; &lt;a href=&quot;https://github.com/CocoaPods/CocoaPods/issues/3913#issuecomment-128028170&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/CocoaPods/CocoaPods/issues/3913#issuecomment-128028170&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1050759" author="paulmelnikow" created="Mon, 5 Oct 2015 02:42:32 +0000"  >&lt;p&gt;mongo-c-driver is updated: &lt;a href=&quot;https://cocoapods.org/pods/mongo-c-driver&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://cocoapods.org/pods/mongo-c-driver&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Unfortunately I encountered a number of problems with the new frameworks support in CocoaPods. This was added to support Swift: &lt;a href=&quot;http://blog.cocoapods.org/Pod-Authors-Guide-to-CocoaPods-Frameworks/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://blog.cocoapods.org/Pod-Authors-Guide-to-CocoaPods-Frameworks/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;By way of background: there are now two ways to integrate pods into an application: as static libraries, and as frameworks. Until this Swift support arrived, the only supported way was static libraries.&lt;/p&gt;

&lt;p&gt;So, for now, the pod will work, but only when it&apos;s integrated as a static library, not as a framework. &lt;/p&gt;

&lt;p&gt;Once these issues are resolved I can push a new version:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Umbrella header generated for libbson includes &lt;tt&gt;src/bson/bson-stdint-win32.h&lt;/tt&gt; which I hadn&apos;t noticed before. It will not compile. I am hoping they will accept a modification to the libbson spec to fix that: &lt;a href=&quot;https://github.com/CocoaPods/Specs/pull/13538&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/CocoaPods/Specs/pull/13538&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;Umbrella header generated for libbson imports &lt;tt&gt;&amp;lt;Foundation/Foundation.h&amp;gt;&lt;/tt&gt; which is an Objective-C header. The &lt;tt&gt;.[ch]&lt;/tt&gt; files in mongo include &lt;tt&gt;&amp;lt;bson.h&amp;gt;&lt;/tt&gt;, which CocoaPods seems to point to that module (or it is to that umbrella file?). But you can&apos;t include an Objective-C header in a C source. I wonder if it&apos;s even possible for a C pod (mongo-c-driver) to use another C pod (libbson) as a dependency when using frameworks.&lt;/li&gt;
	&lt;li&gt;The compiler says it wants &lt;tt&gt;&quot;bson.h&quot;&lt;/tt&gt; instead of &lt;tt&gt;&amp;lt;bson.h&amp;gt;&lt;/tt&gt;. I wonder if this is a spurious warning, deriving from the compilation errors related to the `bson` module, but am not sure. I haven&apos;t entirely digested that &quot;Pod Author&apos;s Guide to CocoaPods Frameworks.&quot;&lt;/li&gt;
	&lt;li&gt;It might be necessary to create a module map. There&apos;s a bit of reading I need to do on that: &lt;a href=&quot;http://clang.llvm.org/docs/Modules.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://clang.llvm.org/docs/Modules.html&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
</comment>
                            <comment id="1050709" author="paulmelnikow" created="Sun, 4 Oct 2015 20:03:37 +0000"  >&lt;p&gt;Fixed the warning with help from CocoaPods. &lt;a href=&quot;https://github.com/CocoaPods/CocoaPods/issues/4309&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/CocoaPods/CocoaPods/issues/4309&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;libbson is now updated: &lt;a href=&quot;https://cocoapods.org/pods/libbson&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://cocoapods.org/pods/libbson&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Working through some errors with mongo-c-driver now.&lt;/p&gt;</comment>
                            <comment id="1050677" author="jesse" created="Sun, 4 Oct 2015 12:59:02 +0000"  >&lt;p&gt;Thanks so much for the info Paul, and the offer to update the podspecs. Please let us know what we can do to help with the &quot;use of private header&quot; error if it turns out to be an issue with libbson or libmongoc.&lt;/p&gt;

&lt;p&gt;Regarding SSL: Right, we&apos;re very aware of this issue. Right now the roadmap is: 1.2 will be out in a couple weeks with big performance and reliability wins for connecting to replica sets and mongoses. 1.3 will be out in a couple months with features to support MongoDB 3.2. 1.4 will be out early next year: its top priority is to support for native TLS on Mac and Windows, building on the work contributed to us so far.&lt;/p&gt;</comment>
                            <comment id="1050621" author="paulmelnikow" created="Sun, 4 Oct 2015 06:07:40 +0000"  >&lt;p&gt;Sure, I&apos;m happy to work on that.&lt;/p&gt;

&lt;p&gt;I&apos;m running into a build error that&apos;s keeping the updated pod from passing lint, which I&apos;m researching further, &quot;use of private header from outside its module.&quot; I&apos;m getting the same issue on an earlier version of the libbson pod. That makes me think it&apos;s a CocoaPods issue.&lt;/p&gt;

&lt;p&gt;Regarding SSL: it&apos;s deliberately turned off in the pod. OpenSSL is deprecated on OS X. AFAIK it doesn&apos;t get security updates. OpenSSL is not available at all on iOS. For those reasons I wouldn&apos;t recommend using the SSL support on OS X or iOS.&lt;/p&gt;

&lt;p&gt;There are some pods that ship repackaged versions of OpenSSL, but I do not know whether they are widely used or supported, and they certainly don&apos;t get OS-level security updates. &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-520&quot; title=&quot;Add support for native TLS on OSX (Secure Transport)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-520&quot;&gt;&lt;del&gt;CDRIVER-520&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/pull/170&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/pull/170&lt;/a&gt; are about adding support in the driver for Secure Transport, Apple&apos;s native TLS API. When that&apos;s released in the driver it should be turned on in the pod.&lt;/p&gt;</comment>
                            <comment id="1046209" author="jesse" created="Tue, 29 Sep 2015 15:07:40 +0000"  >&lt;p&gt;It&apos;s &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=paulmelnikow&quot; class=&quot;user-hover&quot; rel=&quot;paulmelnikow&quot;&gt;paulmelnikow&lt;/a&gt;. Hi Paul, would you like to update our libbson and mongo-c-driver podspecs to the latest release, 1.1.11, and see about enabling SSL?&lt;/p&gt;</comment>
                            <comment id="1044532" author="danappelxx" created="Mon, 28 Sep 2015 03:24:59 +0000"  >&lt;p&gt;Well, I&apos;ve made Swift/Objective-C pods before but I have no experience with C pods, so I&apos;m not sure how much help I would be. Who made them in the first place (for mongoc)? Also, I&apos;m pretty sure if you approach the nice folks over at github.com/Cocoapods/Specs and ask them for help (or flat out do it for you), they&apos;ll be happy to help.&lt;/p&gt;</comment>
                            <comment id="1044510" author="jesse" created="Mon, 28 Sep 2015 02:35:45 +0000"  >&lt;p&gt;Hi, none of us knows how to maintain podspecs so we&apos;ve deprioritized it. If you know how to maintain podspecs and would like to help us, please let us know!&lt;/p&gt;</comment>
                            <comment id="1044506" author="danappelxx" created="Mon, 28 Sep 2015 01:59:04 +0000"  >&lt;p&gt;Any update? It&apos;s difficult to use mongoc and bson in an Xcode project without cocoapods, much less have it as a dependency (which is my issue right now).&lt;/p&gt;</comment>
                            <comment id="964707" author="jesse" created="Mon, 13 Jul 2015 17:32:46 +0000"  >&lt;p&gt;The C Driver team is not familiar with podspecs.&lt;/p&gt;</comment>
                            <comment id="933080" author="jesse" created="Fri, 5 Jun 2015 19:50:19 +0000"  >&lt;p&gt;Not sure who maintains these or how. No one currently at MongoDB knows much about CocoaPods, so I&apos;m deprioritizing for now, sorry.&lt;/p&gt;</comment>
                            <comment id="928221" author="jesse" created="Sun, 31 May 2015 13:52:51 +0000"  >&lt;p&gt;Thanks for the report, I&apos;ll get these updated.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hs9unj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>