{ | |
"name": "NXUserManager", | |
"version": "0.1.0", | |
"summary": "基于YTKKeyValueStore,简单的本地化用户信息管理", | |
"homepage": "https://coding.net/u/nightx/p/NXUserManager/git", | |
"license": "MIT", | |
"authors": { | |
"nightx": "qufeng33@hotmail.com" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source": { | |
"git": "https://git.coding.net/nightx/NXUserManager.git", | |
"tag": "0.1.0" | |
}, | |
"source_files": "NXUserManager", | |
"requires_arc": true, | |
"dependencies": { | |
"YTKKeyValueStore": [ | |
] | |
} | |
} |