[Add] SJPromise 0.0.3
[CocoaPods.git] / Specs / 6 / d / 9 / libx264-iOS / 1.2 / libx264-iOS.podspec.json
blob87b86e416fa5674dfbe1a5a80f66786c553c1e76
2   "name": "libx264-iOS",
3   "version": "1.2",
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.2",
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   "libraries": "x264",
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/libx264-iOS/include/**",
25     "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/libx264-iOS/lib/**"
26   }