[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / 7 / NEIApplicationConfig / 1.0.0 / NEIApplicationConfig.podspec.json
blob1b73d71093429d5ab0c16ee2805e735b2a9ec359
2   "name": "NEIApplicationConfig",
3   "version": "1.0.0",
4   "summary": "Allows developers to have configurations defined in a config file per environment,\nwhich makes deployment and testing easier.",
5   "description": "NEIApplicationConfig allows developers to have configurations defined in a config file per environment,\nwhich makes deployment and testing easier. While usage of application properties via .plist is useful,\nNEIApplicationConfig allows you can easily target Simulator, Device and Production \nenvironments respectively. With NEIApplicationConfig, you will specify a default configuration as a baseline, and overrides that are \npertinent to their respective environments",
6   "homepage": "https://github.com/neilabdev/NEIApplicationConfig",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ghost": "ghost@neilab.com"
13   },
14   "source": {
15     "git": "https://github.com/neilabdev/NEIApplicationConfig.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NEIApplicationConfig/Classes/**/*"