[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 0 / 4 / SEWUserDefaults / 0.1.0 / SEWUserDefaults.podspec.json
blob2b8c72fc2f78bb125e0e3e80d37b6b5909526a40
2   "name": "SEWUserDefaults",
3   "version": "0.1.0",
4   "summary": "UserDefaults implemented using FMDB.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/sierwan/SEWUserDefaults",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YanWei": "sierwan@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/sierwan/SEWUserDefaults.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "SEWUserDefaults/Classes/**/*",
22   "public_header_files": "SEWUserDefaults/Classes/SEWUserDefaults.h",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "FMDB": [
27     ]
28   }