This is just a Simple print massage example
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
iOS 10.0+ / macOS 10.12+ / tvOS 10.0+ / watchOS 3.0+
Xcode 10.1+
Swift 4.2+
Installation Guide for SimpleMsg You want to add pod 'SimpleMsg', '~> 1.0' similar to the following to your Podfile:
target 'MyApp' do
pod 'SimpleMsg', '~> 1.0'
end
Then run a pod install inside your terminal, or from CocoaPods.app.
Alternatively to give it a test run, run the command:
pod try SimpleMsg
- Viral - Initial work - SimpleMsg
This project is licensed under the MIT License - see the LICENSE.md file for details