{ | |
"name": "FacerReCocoapods", | |
"version": "1.0.3", | |
"summary": "A short description of FacerReCocoapods.", | |
"description": "一个人脸识别的cocoapods项目", | |
"homepage": "http://EXAMPLE/FacerReCocoapods", | |
"license": "MIT", | |
"authors": { | |
"": "" | |
}, | |
"platforms": { | |
"ios": "9.0" | |
}, | |
"source": { | |
"git": "https://github.com/xia2137228/FacerReCocoapods.git", | |
"tag": "1.0.3" | |
}, | |
"source_files": [ | |
"FacerReCocoapods", | |
"*.{h,a}", | |
"model", | |
"model/*.{xml,bin}" | |
], | |
"exclude_files": "FacerReCocoapods/Exclude", | |
"requires_arc": true | |
} |