[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / b / ADVUserDefaults / 1.0.1 / ADVUserDefaults.podspec.json
blobedd2d50063317476695b6782f30632bb45dbdf45
2   "name": "ADVUserDefaults",
3   "version": "1.0.1",
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.1"
23   },
24   "source_files": "ADVUserDefaults"