blob: 3678101bdc5ced689b731a5479965e2f6cc3e662 [file] [log] [blame]
{
"name": "SicPaySDK",
"version": "0.0.3",
"summary": "this is a payment SDK devlopmented by Leo.",
"description": "this is a payment SDK devlopmented by Leo.it's my first time try to push these to cocoapod",
"homepage": "https://github.com/LeoZzzz/SicPaySDK.git",
"license": "MIT (LICENSE)",
"authors": {
"Leo": "2601819796@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/LeoZzzz/SicPaySDK.git",
"tag": "0.0.3"
},
"source_files": "lib/SicPaySDk.framework/Headers/*.{h}",
"vendored_frameworks": "lib/SicPaySDk.framework",
"libraries": [
"z",
"c++"
],
"requires_arc": true,
"dependencies": {
"OpenSSL-Universal": [
]
}
}