Swift Package Manager (SPM) is a tool for managing the distribution of Swift code. It is integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies. SPM provides a convention-based system for building libraries & executables, and sharing code across different packages.
Krishna Prakash Narasannagari
Krishna Prakash Narasannagari - Principal Engineer - Software Engineering

Recent Posts
User Interaction On Notifications Made Simple and Flexible With Rich Notifications In iOS
By
Krishna Prakash Narasannagari
In
Mobility
Posted
Introduction Notifications have become trendier with the new visual refresh in iOS 10. As part of a new framework, Apple has introduced new features that help us make notifications that contain images, sound and video.
Stack Views in iOS
By
Krishna Prakash Narasannagari
In
Mobility
Posted
Introduction Apple Inc, introduced a powerful feature Stack Views from IOS 9, XCode 7 to make developer's life easy while creating UI. Using Stack Views, we can arrange all UI objects in either Rows or Column.