[Add] JLBlueLink 1.0.0
[CocoaPods.git] / Specs / 8 / 9 / 7 / MFUserDefaults / 1.1 / MFUserDefaults.podspec.json
blob1db73daad4face98ba379834ce8f72dbfe1c193a
2   "name": "MFUserDefaults",
3   "version": "1.1",
4   "summary": "A truly user defaults",
5   "description": "A lightweight toolkit used to save settings both for application or specified user.",
6   "homepage": "https://github.com/yebw/MFUserDefaults",
7   "license": "MIT",
8   "authors": {
9     "yebw": "yebingwei@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/yebw/MFUserDefaults.git",
13     "tag": "1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MFUserDefaults": [
22       "Pod/Assets/*.png"
23     ]
24   }