[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / c / 7 / 3 / OpenCam / 0.1.1 / OpenCam.podspec.json
blob809fe226b9f26d4c3d3c673a2899065a2a797f34
2   "name": "OpenCam",
3   "version": "0.1.1",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "license": "MIT",
8   "summary": "An iOS camera library with image filters.",
9   "homepage": "https://github.com/tuoxie007/OpenCam",
10   "authors": {
11     "Jason Hsu": "support@tuoxie.me"
12   },
13   "source": {
14     "git": "https://github.com/tuoxie007/OpenCam.git",
15     "tag": "0.1.1"
16   },
17   "description": "OpenCam is an easy-to-use camera library with image filters based on GPUImage working on iOS device.",
18   "source_files": "OpenCam/OpenCam/Sources/**/*.{h,m}",
19   "frameworks": [
20     "ImageIO",
21     "Foundation",
22     "CoreGraphics",
23     "UIKit"
24   ],
25   "resources": "OpenCam/OpenCam/OpenCam.bundle",
26   "requires_arc": true,
27   "dependencies": {
28     "GPUImage": [
30     ]
31   }