blob: 9afc36e3f81696b104a9c9711eca451bfd5496ca [file] [log] [blame]
{
"name": "PodAliSDK",
"version": "0.1.2",
"summary": "A short description of PodAliSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/405029644@qq.com/PodAliSDK",
"swift_version": "4.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"405029644@qq.com": "405029644@qq.com"
},
"source": {
"git": "https://github.com/xuyunshi/PodAliSDK.git",
"tag": "0.1.2"
},
"vendored_frameworks": "PodAliSDK/Vendor/*.framework",
"platforms": {
"ios": "9.0"
},
"source_files": "PodAliSDK/Classes/**/*",
"libraries": [
"c++",
"z"
],
"frameworks": [
"UIKit",
"CoreMotion",
"CFNetwork",
"CoreGraphics",
"CoreText",
"QuartzCore",
"CoreTelePhony",
"SystemConfiguration"
],
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}