blob: 372f410536dd9ba2002b36d98d51b78a045ba9ce [file] [log] [blame]
{
"name": "STCPaySDK",
"version": "1.0.0",
"summary": "A short description of STCPaySDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/zhentong.huang/STCPaySDK",
"license": {
"type": "MIT"
},
"authors": {
"zhentong.huang": "181310067@qq.com"
},
"source": {
"git": "/Users/kt-stc08/Desktop/STCPaySDK/STCPaySDK",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "STCPaySDK/Classes/**/*",
"resources": "STCPaySDK/Assets/Res.bundle",
"public_header_files": [
"STCPaySDK/Classes/**/*.h",
"STCPaySDK/Classes/**/**/*.h"
],
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"QuartzCore",
"CoreText",
"CoreGraphics",
"UIKit",
"Foundation",
"CFNetwork",
"CoreMotion"
],
"libraries": [
"z",
"c++",
"sqlite3"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-all_load"
},
"ios": {
"vendored_frameworks": "STCPaySDK/Classes/**/**/*.framework",
"vendored_libraries": [
"STCPaySDK/Classes/**/**/*.a",
"STCPaySDK/Classes/**/**/*.framework"
]
}
}