blob: 2b8c72fc2f78bb125e0e3e80d37b6b5909526a40 [file] [log] [blame]
{
"name": "SEWUserDefaults",
"version": "0.1.0",
"summary": "UserDefaults implemented using FMDB.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/sierwan/SEWUserDefaults",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"YanWei": "sierwan@qq.com"
},
"source": {
"git": "https://github.com/sierwan/SEWUserDefaults.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SEWUserDefaults/Classes/**/*",
"public_header_files": "SEWUserDefaults/Classes/SEWUserDefaults.h",
"frameworks": "Foundation",
"dependencies": {
"FMDB": [
]
}
}