[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / d / 9 / libx264-iOS / 1.4 / libx264-iOS.podspec.json
blobd88bba59029c03a5d486396b15b190483341ad1e
2   "name": "libx264-iOS",
3   "version": "1.4",
4   "license": "MIT",
5   "summary": "libx264 build for iOS",
6   "homepage": "https://github.com/chenddcoder/libx264-iOS",
7   "authors": {
8     "chenddcoder": "chenddcoder@foxmail.com"
9   },
10   "source": {
11     "git": "https://github.com/chenddcoder/libx264-iOS.git",
12     "tag": "1.4",
13     "submodules": true
14   },
15   "requires_arc": false,
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.8"
19   },
20   "public_header_files": "include/{*}.h",
21   "vendored_libraries": "lib/libx264.a",
22   "preserve_paths": "include/*.h",
23   "libraries": "x264",
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/libx264-iOS/include/**",
26     "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/libx264-iOS/lib/**"
27   }