1
1
mirror of https://github.com/nsomar/Swiftline.git synced 2024-07-14 17:00:35 +03:00
Swiftline/Examples
Omar Abdelhafith 235378c870 Adding swift package manager manifest file
Cleanup
Removing subfolders to flatten source
2016-02-14 17:43:35 +00:00
..
AgreeExample.swift Restructure the code to create a pod spec 2015-11-12 08:54:15 +00:00
AskExample.swift Fixes wrong file extension 2015-11-22 12:00:54 +01:00
ChooseExample.swift Restructure the code to create a pod spec 2015-11-12 08:54:15 +00:00
ColorizeExample.swift Restructure the code to create a pod spec 2015-11-12 08:54:15 +00:00
EnvAndArgs.swift Adding EnvsAndArgs swift example 2015-11-28 00:10:26 +00:00
Podfile Restructure the code to create a pod spec 2015-11-12 08:54:15 +00:00
Podfile.lock Adding swift package manager manifest file 2016-02-14 17:43:35 +00:00
Readme.md Restructure the code to create a pod spec 2015-11-12 08:54:15 +00:00
RunnerExample.swift Restructure the code to create a pod spec 2015-11-12 08:54:15 +00:00

To run examples

Install cocoapods-rome

$ gem install cocoapods-rome

Run pod install


To run any example:

chmod a+x Example.swift
./Example.swift

For example to run ColorizeExample.swift

chmod a+x ColorizeExample.swift
./ColorizeExample.swift