[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / f / VRAppSettings / 0.1.1 / VRAppSettings.podspec.json
blob61e85f2538f5676c60e3612552062a0f9e2d6c77
2   "name": "VRAppSettings",
3   "version": "0.1.1",
4   "summary": "Object representation for app's settings via class properties, keept in user's defaults.",
5   "description": "                       This superclass makes it easier to handle the user's preferences (app's settings). It's intended to be used in iOS primarily.\n                       A successor to this class keeps the app settings in properties and stores itself in the defaults system. Although the settings values will not be accessible through the NSUserDefaults class directly, but only via the setters and getters of the VRAppSettings successor.\n                       That gives common place for app's setting definition. The possibility to make range and consistency checks of the setting values in setters and getters. The refactoring tool can be used to change the setting's name across the project.\n",
6   "homepage": "https://github.com/IvanRublev/VRAppSettings",
7   "license": "MIT",
8   "authors": {
9     "Ivan Rublev": "ivan@ivanrublev.me"
10   },
11   "source": {
12     "git": "https://github.com/IvanRublev/VRAppSettings.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "VRAppSettings",
20   "frameworks": "Foundation",
21   "dependencies": {
22     "VRFoundationToolkit": [
23       "~> 0.1"
24     ]
25   }