[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / e / b / 0 / FFmpegWrapper / 1.0 / FFmpegWrapper.podspec.json
blob8c9567c615c3850a61405026dd0d7685ede09238
2   "name": "FFmpegWrapper",
3   "version": "1.0",
4   "summary": "A lightweight Objective-C wrapper for some FFmpeg libav functions",
5   "homepage": "https://github.com/OpenWatch/FFmpegWrapper",
6   "license": "LGPLv2.1+",
7   "authors": {
8     "Chris Ballinger": "chris@openwatch.net"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/OpenWatch/FFmpegWrapper.git",
15     "tag": "1.0"
16   },
17   "source_files": "FFmpegWrapper/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "FFmpeg": [
21       "~> 2.2"
22     ]
23   }