blob: d91b1d87d5de80f6b5ee42bcb83b054739e2e8c2 [file] [log] [blame]
{
"name": "UTSDK",
"version": "1.0.0",
"summary": "UTeacher SDK library",
"homepage": "https://github.com/sebarina/UTSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sebarina xu": "sebarinaxu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sebarina/UTSDK.git",
"tag": "1.0.0"
},
"source_files": "UTSDK/**/*",
"vendored_frameworks": "UTCommonCryto.framework",
"requires_arc": true,
"dependencies": {
"UTNetwork": [
"~> 1.0.0"
],
"UTKeychainSecurity": [
"~> 1.1.0"
]
}
}