[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / 4 / 1 / FacerReCocoapods / 1.0.6 / FacerReCocoapods.podspec.json
blobe185ad2f02b772b52d38751673969ec84d096146
2   "name": "FacerReCocoapods",
3   "version": "1.0.6",
4   "summary": "A short description of FacerReCocoapods.",
5   "description": "一个人脸识别的cocoapods项目",
6   "homepage": "http://EXAMPLE/FacerReCocoapods",
7   "license": "MIT",
8   "authors": {
9     "": ""
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/xia2137228/FacerReCocoapods.git",
16     "tag": "1.0.6"
17   },
18   "source_files": [
19     "FacerReCocoapods",
20     "*.{h}"
21   ],
22   "ios": {
23     "vendored_frameworks": "opencv2.framework",
24     "vendored_libraries": "*.a"
25   },
26   "frameworks": [
27     "UIKit",
28     "Foundation",
29     "AssetsLibrary",
30     "CoreMedia",
31     "AVFoundation",
32     "Accelerate"
33   ],
34   "libraries": [
35     "stdc++",
36     "c++"
37   ],
38   "exclude_files": "FacerReCocoapods/Exclude",
39   "requires_arc": true,
40   "subspecs": [
41     {
42       "name": "model",
43       "source_files": "model/*.{xml,bin}"
44     }
45   ]