[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / d / e / DIYAV / 0.2.0 / DIYAV.podspec.json
blob0b0c646322c37c4f82078741997f7848b128ecc5
2   "name": "DIYAV",
3   "version": "0.2.0",
4   "license": "Apache License, Version 2.0",
5   "summary": "A “keep it simple, stupid” approach to handling photo and video capture with AVFoundation.",
6   "homepage": "https://github.com/diy/av",
7   "authors": {
8     "Andrew Sliwinski": "andrew@diy.org",
9     "Jon Beilin": "jon@diy.org"
10   },
11   "source": {
12     "git": "https://github.com/diy/av.git",
13     "tag": "v0.2.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "DIYAV",
19   "requires_arc": true,
20   "dependencies": {
21     "Underscore.m": [
22       "~> 0.2.0"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "AssetsLibrary",
28     "AVFoundation",
29     "CoreGraphics",
30     "CoreMedia",
31     "MobileCoreServices",
32     "QuartzCore"
33   ]