[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / e / ARDetector / 0.1.1 / ARDetector.podspec.json
blob18121a96741ed22290156e7caf161ac4ba34a2a7
2   "name": "ARDetector",
3   "version": "0.1.1",
4   "summary": "CIDetector and AVCaptureOutput categories. With face, rectangle, QR Code, text detectors and blocks.",
5   "homepage": "https://github.com/alexruperez/ARDetector",
6   "screenshots": "https://raw.githubusercontent.com/alexruperez/ARDetector/master/screenshot.jpg",
7   "license": "MIT",
8   "authors": {
9     "alexruperez": "contact@alexruperez.com"
10   },
11   "source": {
12     "git": "https://github.com/alexruperez/ARDetector.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/alexruperez",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "ARDetector/*.{h,m,swift}",
21   "frameworks": [
22     "UIKit",
23     "CoreImage"
24   ]