blob: cfa3f780635abb64dbd655f1a79535683f23faa0 [file] [log] [blame]
{
"name": "EthanPodLib",
"version": "0.2.0",
"summary": "EthanPodLib is very important!",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitlab.cloudwalk.work/iOS_AI/EthanPodLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EthanLuo": "luoyanqing@cloudwalk.cn"
},
"source": {
"git": "https://gitlab.cloudwalk.work/iOS_AI/EthanPodLib.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "EthanPodLib/Classes/*{h,m}",
"vendored_libraries": "EthanPodLib/Classes/liblibpng.a",
"subspecs": [
{
"name": "EthanSubDir",
"source_files": "EthanPodLib/Classes/EthanSubDir/*.{h,m}"
}
]
}