blob: 7075a0a3300633a93c0f615e07e591e7575f7fb9 [file] [log] [blame]
{
"name": "LoansSDKWebTest",
"version": "1",
"summary": "LoansSDKWebTest is a simple wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults",
"description": "LoansSDKWebTest is a simple wrapper for Keychain that works on iOS and OS X.\nMakes using Keychain APIs as easy as NSUserDefaults.\n\nFeatures\n - Simple interface\n - Support access group\n - [Support accessibility](#accessibility)\n - [Support iCloud sharing](#icloud_sharing)\n - **[Support TouchID and Keychain integration (iOS 7+)](#touch_id_integration)**\n - Works on both iOS & OS X",
"homepage": "https://github.com/meiwuzhao/LoansSDKWebTest",
"source": {
"git": "https://github.com/meiwuzhao/LoansSDKWebTest.git",
"tag": "1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"merlinwu": "meiwuzhao@126.com"
},
"platforms": {
"ios": "7.0"
},
"vendored_frameworks": "Classes/LoansSDK.framework",
"resources": "Classes/*.bundle",
"frameworks": "JavaScriptCore",
"libraries": [
"iconv",
"stdc++",
"z",
"sqlite3"
]
}