[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 0 / 4 / FastttCamera / 0.1.0 / FastttCamera.podspec.json
bloba700c662b954a8245a0806a75ba397de3bf74f1f
2   "name": "FastttCamera",
3   "version": "0.1.0",
4   "summary": "A fast, straightforward implementation of AVFoundation camera.",
5   "homepage": "https://github.com/IFTTT/FastttCamera",
6   "license": "MIT",
7   "authors": {
8     "Laura Skelton": "laura@ifttt.com",
9     "Jonathan Hersh": "jonathan@ifttt.com",
10     "Max Meyers": "max@ifttt.com",
11     "Devin Foley": "devin@ifttt.com"
12   },
13   "source": {
14     "git": "https://github.com/IFTTT/FastttCamera.git",
15     "tag": "0.1.0"
16   },
17   "social_media_url": "https://twitter.com/skelovenko",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "compiler_flags": "-fmodules",
23   "source_files": "FastttCamera/*.{h,m}",
24   "frameworks": [
25     "UIKit",
26     "AVFoundation",
27     "CoreMotion"
28   ]