[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / b / 9 / 5 / iOS-UserPreferences / 1.0.1 / iOS-UserPreferences.podspec.json
blob800f2c92b04275eba529ae073b3071eceff05d13
2   "name": "iOS-UserPreferences",
3   "version": "1.0.1",
4   "summary": "iOS-UserPreferences provides convenience methods to get and set user preferences.",
5   "description": "                    UserPreferences\n                    ================\n                    **UserPreferences** provides convenience methods to get and set user preferences.\n\n                    USAGE\n                    -----\n\n                    ```objc\n                    BOOL soundOn = [UserPreferences getBoolWithKey:@\"soundOn\" withDefault:YES];\n                    [UserPreferences setInt:11 withKey:@\"volume\"];\n\n                    if ([UserPreferences isKeyUndefinedThenDefine:@\"firstTime\"]) {\n                    //  show intro\n                    }\n                    ```\n",
6   "authors": {
7     "Norman Basham": "nbasham@yahoo.com"
8   },
9   "homepage": "https://github.com/nbasham/iOS-UserPreferences",
10   "license": "Apache License, Version 2.0",
11   "source": {
12     "git": "https://github.com/nbasham/iOS-UserPreferences.git",
13     "tag": "1.0.1"
14   },
15   "source_files": "UserPreferences.**",
16   "platforms": {
17     "ios": null
18   },
19   "requires_arc": false