[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 7 / UserDefaults / 0.1.0 / UserDefaults.podspec.json
blob724234a6af6a06cb07db799d0463d79521951634
2   "name": "UserDefaults",
3   "version": "0.1.0",
4   "summary": "Safe, convenient wrapper for NSUserDefaults, in Swift",
5   "homepage": "https://github.com/i-schuetz/UserDefaults",
6   "license": "MIT",
7   "authors": {
8     "i-schuetz": "ivanschuetz@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/i-schuetz/UserDefaults.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "UserDefaults": [
21       "Pod/Assets/*.png"
22     ]
23   }