blob: df4c7d33eada2ea08dceb551f737a9b047a50beb [file] [log] [blame]
{
"name": "TFButton",
"version": "0.1.1",
"summary": "自定义按钮",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/qqianng/TFButton",
"license": {
"type": "Commercial",
"text": "©2020 Thaifintech.com"
},
"authors": {
"qqianng": "736516184@qq.com"
},
"source": {
"http": "https://raw.githubusercontent.com/qqianng/TFButton/main/Products/TFButton.framework.zip"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"AFNetworking": [
]
},
"vendored_frameworks": "TFButton.framework",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}