blob: 6465af116a251c49490f5bdd5fb99a76cfa52d54 [file] [log] [blame]
{
"name": "zhaohu-sdk-ios",
"version": "0.0.6",
"summary": "Zhaohu iOS SDK",
"description": "召乎用户端 SDK",
"homepage": "https://github.com/nadileaf/zhaohu-sdk-ios",
"license": "MIT",
"authors": {
"my": "mingyang@nadileaf.com"
},
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/nadileaf/zhaohu-sdk-ios.git",
"tag": "0.0.6"
},
"swift_versions": [
"5.1",
"5.1"
],
"source_files": "Sources/**/*.{swift}",
"info_plist": {
"CFBundleIdentifier": "com.mesoor.zhaohu.sdk"
},
"resource_bundles": {
"ZhaohuLib": [
"Resources/*.png",
"Sources/zhaohu-sdk-ios/*.xib"
]
},
"dependencies": {
"MaterialComponents/Buttons": [
"~> 92.0.0"
]
},
"swift_version": "5.1"
}