blob: e4a73c034211bf16453b93f3f58bb4522894919b [file] [log] [blame]
{
"name": "TWPaymentLibrary",
"summary": "Payment Library",
"version": "1.0.0",
"description": "The Payment Library for iOS",
"homepage": "https://github.com/orliXdx/TWPaymentLibrary.git",
"license": "MIT",
"authors": {
"xu": "orli_xdx@126.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://git.oschina.net/xdx/TWPaymentLibrary.git",
"tag": "1.0.0"
},
"source_files": [
"TWPaymentLibrary/*",
"TWPaymentLibrary/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}