CocoaPods has been magical dependency managers for iOS developer so far. Very few developers understand what happens under the hood when they run pod install command. However, CocoaPods has been proved to […]
Tag: CocoaPods
Enterprise Continuous Delivery of Mobile Frameworks at YNAP
In mobile application development, solid architectural patterns play an important role in building apps faster. Therefore, in order to assure the quality and reuse of existing code in multiple apps, […]
Five Steps to Migrate iOS Project from CocoaPods to Carthage
Apple may not like the fact that iOS developers adding the third-party dependencies to the iOS projects. Apple’s core technologies have provided enough frameworks and tools with healthy documentation that developers […]
Carthage or CocoaPods: That is the question
An every mature and modern programming languages come with an official solution for code distribution to share and reuse code that has been already written. The mechanism to share, distribute […]
A History of Ruby inside iOS Development
Today, the 24th Feb marks 25th birthday of Ruby programming language since it named by Yukihiro “Matz” Matsumoto in Japan. Since released in 1993, it becomes most dynamic, easy to learn and most […]
Swift Dependency Management for iOS
Dependency/Package Manager Most modern languages come with an official solution for code distribution. In today’s world of modern mobile development, it is essential to re-use the code already written by […]