[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / a / d / e / DIYAV / 0.1.0 / DIYAV.podspec.json
blob31e6546b55dcbf555db48657c8fce5c436e8ed84
2   "name": "DIYAV",
3   "version": "0.1.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.1.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": [
19     "DIYAV",
20     "DIYAV/lib/Underscore"
21   ],
22   "requires_arc": true,
23   "frameworks": [
24     "UIKit",
25     "AssetsLibrary",
26     "AVFoundation",
27     "CoreGraphics",
28     "CoreMedia",
29     "MobileCoreServices",
30     "QuartzCore"
31   ]