blob: 8c092a6578b0eeed4998851b8952a922fec8c89f [file] [log] [blame]
{
"name": "PDUSDK",
"version": "0.9.0",
"summary": "PUDSDK3.0",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/SoulmateL/PDUSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SoulmateL": "936118815@qq.com"
},
"source": {
"git": "https://github.com/SoulmateL/PDUSDK.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PDUSDK/Classes/*.framework/Headers/*.{h}",
"vendored_frameworks": "PDUSDK/Classes/*.framework",
"public_header_files": "PDUSDK/Classes/*.framework/Headers/*.{h}",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 4.0.1"
],
"FMDB": [
"~> 2.7.5"
]
}
}