[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / b / 1 / NSUserDefaults+Cache / 0.1.1 / NSUserDefaults+Cache.podspec.json
blob07746febd27665e7aef3656ea476d55c40898ab1
2   "name": "NSUserDefaults+Cache",
3   "version": "0.1.1",
4   "summary": "NSUserDefaults category one liner that also includes a cache so we only need to access disk once per item.",
5   "homepage": "https://github.com/asalom/NSUserDefaults-Cache",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Alex Salom": "hola@alexsalom.es"
12   },
13   "source": {
14     "git": "https://github.com/asalom/NSUserDefaults-Cache.git",
15     "branch": "master",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "requires_arc": true,
22   "source_files": "NSUserDefaults+Cache/*.{h,m}",
23   "public_header_files": "NSUserDefaults+Cache/*.h"