[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 3 / 6 / 7 / UserDefaultsHelper / 0.1.2 / UserDefaultsHelper.podspec.json
blob3594988fda07b01a06e1e97afb9c6a0dc7357746
2   "name": "UserDefaultsHelper",
3   "version": "0.1.2",
4   "summary": "A wrapper with C-style for NSUserDefaults class, in Objective-C.",
5   "description": "Replace the duplicated [NSUserDefaults standardUserDefaults] methods with C-style functions for easy call.",
6   "homepage": "https://github.com/xingheng/UserDefaultsHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Will Han": "xingheng.hax@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xingheng/UserDefaultsHelper.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "UserDefaultsHelper/**/*",
22   "public_header_files": "UserDefaultsHelper/UserDefault.h",
23   "frameworks": "Foundation"