dotenv-ios 0.1.2
It is said to be good practice when you configure your app with a .env file. This library will (1) scan your source code looking for requests for environment variables, (2) parse a .env file and the variables defined on the machine, and (3) generate source code file to compile into app.
Gemfile:
=
install:
=
Development Dependencies (4):
rake
~> 12.3, >= 12.3.1
rspec
>= 3.8.0, ~> 3.8
rspec_junit_formatter
~> 0.4, >= 0.4.1
rubocop
~> 0.58, >= 0.58.2