blob: ca4a5e21ee3d6a2ed2467e159429623d9743fb6a [file] [log] [blame]
{
"name": "HDLAuthID",
"version": "0.1.2",
"summary": "A short description of HDLAuthID.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Harden-Lee/HDLAuthID",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Harden-Lee": "363182580@qq.com"
},
"source": {
"git": "https://github.com/Harden-Lee/HDLAuthID.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HDLAuthID/Classes/*.{h,m}",
"subspecs": [
{
"name": "Base64AES",
"source_files": "HDLAuthID/Classes/Base64+AES/*.{h,m}",
"dependencies": {
"GTMBase64": [
]
}
}
]
}