[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 0 / 2 / d / libyuv-iOS / 1.0.0 / libyuv-iOS.podspec.json
blob9f869392d82d6fd15518a10519f0028951e6ce0f
2   "name": "libyuv-iOS",
3   "version": "1.0.0",
4   "license": "BSD",
5   "summary": "libyuv arm7 & arm64 library for iOS",
6   "homepage": "https://chromium.googlesource.com/libyuv/libyuv/",
7   "authors": "The LibYuv Project Authors",
8   "source": {
9     "git": "https://github.com/waitingsnow/libyuv-iOS.git",
10     "tag": "1.0.0"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "description": "libyuv is an open source project that includes YUV scaling and conversion functionality.",
16   "source_files": [
17     "headers/*.h",
18     "headers/libyuv/*.h"
19   ],
20   "public_header_files": "headers/*.h",
21   "vendored_libraries": "lib/*.a",
22   "requires_arc": false