0

The J2Objc Cocoapods page lists the latest version as 0.9.6.1 and this is what pod update fetches. However, the J2Objc git page indicates that the latest version is 2.0.2.

Has the Cocoapod for J2ObjC been deprecated?

Brian White
  • 8,332
  • 2
  • 43
  • 67

1 Answers1

1

The J2ObjC Cocoapod was created and maintained by external developers who use j2objc in their projects, but who are not members of the J2ObjC team. I suggest directly contacting the people on the pod's "Maintained by" links on the podspec page as to its status.

Since it's open-source you can also make the change yourself and send it to them to update the pod. I'm not a Cocoapods user, but it looks like all that's needed is to change the version and source tag in the J2ObjC.podspec.json file, though updating the minimum platforms to iOS 10 and macOS 10.11 would be good to do, too.

tball
  • 1,984
  • 11
  • 21
  • Do you ever plan to? Google releases other libraries (like maps) as a Pod. – Brian White Jul 27 '17 at 03:16
  • I've found a J2ObjC pod that works quite well with our project here: https://github.com/dough-com/J2ObjC-Pod Fork, update the version number if desired and you are all set. – Clément Mangin Oct 17 '17 at 00:04