blob: 286df6518499bc7bd23744b9421088f3d5a553f4 [file] [log] [blame]
{
"name": "PDUSDK",
"version": "0.9.2",
"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.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PDUSDK.framework/Headers/*.{h}",
"vendored_frameworks": "PDUSDK.framework",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/PDUSDK/PDUSDK.framework/Headers/"
},
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 4.0.1"
],
"FMDB": [
"~> 2.7.5"
]
}
}