blob: df657a29fc86846d8d62dae929b044b044f65033 [file] [log] [blame]
{
"name": "THostUI",
"version": "0.0.1",
"summary": "THostUI :A modern foundation for accepting payments",
"description": "THostUI is a full-stack payments platform for developers\nThis CocoaPod will help you accept payment in your iOS app.",
"license": "MIT",
"authors": {
"cqwang": "wangchaoqun@uqpay.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"homepage": "https://github.com/SuperiorWang/THostUI",
"source": {
"git": "https://github.com/SuperiorWang/THostUI.git",
"tag": "0.0.1"
},
"default_subspecs": [
"HostUI"
],
"subspecs": [
{
"name": "UIKit",
"source_files": "UQPayHostUIKit/**/*.{h,m}",
"public_header_files": "UQPayHostUIKit/Public/*.h",
"frameworks": "UIKit",
"resource_bundles": {
"ThostUI-UIKit-Localization": [
"UQPayHostUIKit/Localization/*.lproj"
]
}
},
{
"name": "HostUI",
"source_files": "UQPayHostUI/**/*.{h,m}",
"public_header_files": "UQPayHostUI/Public/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"JSONModel": [
],
"AFNetworking": [
],
"WHToast": [
],
"THostUI/UIKit": [
]
}
}
]
}