blob: cf92b81eec441a942d18a2bd028228a1f0f30685 [file] [log] [blame]
{
"name": "SmartPayDeps",
"version": "0.0.4",
"summary": "A short description of SmartPayDeps.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/skx926/SmartPayDeps",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"skx926": "skx926@gmail.com"
},
"source": {
"git": "https://github.com/skx926/SmartPayDeps.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"SmartPayDeps/Classes/**/*",
"SmartPayDeps/Libraries/WechtSDK/**/*.h"
],
"frameworks": [
"CoreTelephony",
"Security",
"SystemConfiguration"
],
"libraries": [
"c++",
"sqlite3.0",
"z"
],
"vendored_libraries": "SmartPayDeps/Libraries/**/*.a",
"xcconfig": {
"HEADER_SEARCH_PATHS": "/Users/sunkaixuan524/SmartPayDeps/SmartPayDeps/Libraries/gmssl",
"VALID_ARCHS": "arm64 armv7 armv7s x86_64"
}
}