Skip to content

theseanything/swiftini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swiftini

Here it is finally, the file parser you've all obviously been waiting for. A ini file parser for swift.

How to use:

Clone, build and import the framework bundle into swift projects.

Create a inifile object:

let iniFile = Inifile(filepathAsString: "path/to/some/ini/file")

Then access properties:

let configuration = iniFile.sections
let propertyValue = configuration["exampleSection"]["exampleProperty"]

About

A ini file parser framework for swift.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published