[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / a / d / 7 / AFOx264 / 0.0.1 / AFOx264.podspec.json
blobf3504454dbee15c664eb2a6f933fa60739e4d67c
2   "name": "AFOx264",
3   "version": "0.0.1",
4   "summary": "x264.",
5   "description": "x264 for iOS.",
6   "homepage": "https://github.com/PangDuTechnology/AFOx264.git",
7   "license": "MIT",
8   "authors": {
9     "PangDu": "xian312117@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/PangDuTechnology/AFOx264.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "x264/include/*.h",
19   "header_mappings_dir": "x264/include",
20   "preserve_paths": "x264/**",
21   "vendored_libraries": "x264/lib/libx264.a",
22   "libraries": [
23     "c",
24     "c++",
25     "z",
26     "iconv",
27     "bz2"
28   ],
29   "requires_arc": false,
30   "static_framework": true,
31   "xcconfig": {
32     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/x264/include/*.h\"",
33     "LIBRARY_SEARCH_PATHS": "\"$(SDKROOT)/x264/lib\""
34   }