TOKYO (MacHouse) – Ever since I switched to Swift last April, the way I write code has changed dramatically. These days, I use CocoaPods and include one or more libraries in my Xcode project. Ones that I often test these days are Alamofire and SwiftyJASON although none of the desktop applications that I submit to Mac App Store utilize them. Since I use both Xcode 7 and Xcode 8, I have to use different versions of those Swift libraries. In fact, I was going to use RxSwift with Xcode 8 under OS X 10.1 El Capitan when I was developing the last desktop application. But I was not able to install RxSwift 3.0 through CocoaPods. So things are messed up. We have completely different versions of Swift – 2.3 and 3.0. We have to use one Xcode version over another. We then have to consider whether or not a particular Swift library runs under a certain OS version. Oh, boy… Life is so confusing. That’s behind the idea of developing a new desktop application.
SimplyPods is a desktop application that lets you document and list Pods that you frequently use so that you can pick ones that you need from the list when you start out a new Xcode projects. Continue reading