[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 4 / FastttCamera / 0.2.1 / FastttCamera.podspec.json
blobcc63ecc8a80ed6dafa49a55c90d897bcf5857fe8
2   "name": "FastttCamera",
3   "version": "0.2.1",
4   "summary": "A fast, straightforward implementation of AVFoundation camera with customizable real-time photo filters.",
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.2.1"
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   "frameworks": [
24     "UIKit",
25     "AVFoundation",
26     "CoreMotion"
27   ],
28   "default_subspecs": "Default",
29   "subspecs": [
30     {
31       "name": "Default",
32       "source_files": "FastttCamera/*.{h,m}"
33     },
34     {
35       "name": "Filters",
36       "dependencies": {
37         "GPUImage": [
38           "~> 0.1.0"
39         ],
40         "FastttCamera/Default": [
42         ]
43       },
44       "source_files": "FastttCamera/Filters/*.{h,m}"
45     }
46   ]