blob: 593dcad64fdd35c782bb55934ca8513c8725724c [file] [log] [blame]
{
"name": "config-reader-ios",
"version": "0.1.0",
"summary": "A config file reader library",
"description": "A framework to read configuration key-value pairs from a config file and make them\nglobally available. The ConfigReader class provides the functionality to read\nvalues from a specified config file and convert them to the appropriate type.",
"homepage": "https://github.com/bbc/config-reader-ios",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Rajiv Ramdhany": "rajiv.ramdhany@bbc.co.uk"
},
"source": {
"git": "https://github.com/bbc/config-reader-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "config-reader-ios/Classes/**/*"
}