[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / b / 9 / config-reader-ios / 0.1.0 / config-reader-ios.podspec.json
blob593dcad64fdd35c782bb55934ca8513c8725724c
2   "name": "config-reader-ios",
3   "version": "0.1.0",
4   "summary": "A config file reader library",
5   "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.",
6   "homepage": "https://github.com/bbc/config-reader-ios",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rajiv Ramdhany": "rajiv.ramdhany@bbc.co.uk"
13   },
14   "source": {
15     "git": "https://github.com/bbc/config-reader-ios.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "config-reader-ios/Classes/**/*"