[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / f / 3 / b / AppConfigSwift / 0.2.0 / AppConfigSwift.podspec.json
blobbd5926649b76059b00ec1c275eb2361576147959
2   "name": "AppConfigSwift",
3   "version": "0.2.0",
4   "summary": "A useful library to support multiple build configurations in one application build.",
5   "description": "A useful library to support multiple build configurations in one application build.\nFor example: be able to make one build with a build selector that contains development, test, acceptance and a production configuration. There would be no need to deliver multiple builds for each environment for testing, it can all be done from one build.",
6   "homepage": "https://github.com/crescentflare/AppConfigSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Crescent Flare": "info@crescentflare.com"
13   },
14   "source": {
15     "git": "https://github.com/crescentflare/AppConfigSwift.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AppConfigSwift/Classes/**/*",
22   "resource_bundles": {
23     "AppConfigSwift": [
24       "AppConfigSwift/Localization/*.lproj",
25       "AppConfigSwift/Layout/*.xib"
26     ]
27   }