[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 9 / b / ADVUserDefaults / 1.0.0 / ADVUserDefaults.podspec.json
blob0852544eadcc6db3cc3f820b71de20c6e1c51f0b
2   "name": "ADVUserDefaults",
3   "version": "1.0.0",
4   "summary": "Easy access to the User Defaults System",
5   "description": "    `ADVUserDefaults` is a wrapper that simplifies and formalizes usage of the User Defaults System in your app. \n    Subclass it and any declared dynamic properties will be automatically  saved into `NSUserDefaults`.\n",
6   "homepage": "https://github.com/advantis/ADVUserDefaults",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yuri Kotov": "yuri.kotov@advantis.pro"
13   },
14   "social_media_url": "https://twitter.com/advantiss",
15   "platforms": {
16     "ios": "4.3",
17     "osx": "10.7"
18   },
19   "requires_arc": false,
20   "source": {
21     "git": "https://github.com/advantis/ADVUserDefaults.git",
22     "tag": "1.0.0"
23   },
24   "source_files": "ADVUserDefaults"