blob: d4287dd63846c07185c5db2a7fe66b720b02c166 [file] [log] [blame]
{
"name": "HBCDataPersistence",
"version": "0.0.1",
"summary": "1、NSUserDefault 2、keychain sharing 3、iCloud",
"description": "Testing Private Podspec.\n#1、NSUserDefault 2、keychain sharing 3、iCloud\n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "http://gitlab.hbc.tech/pengshengsong/HBCDataPersistence",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"彭盛凇": "shengsongpeng@huangbaoche.com"
},
"source": {
"git": "http://gitlab.hbc.tech/pengshengsong/HBCDataPersistence.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "HBCDataPersistence/**/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"SAMKeychain": [
"1.5.3"
]
},
"deprecated": true
}