[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / f / 7 / AvatarCapture / 1.1.0 / AvatarCapture.podspec.json
blobe28e5b2a74040755578459f59bf1ce110d019879
2   "name": "AvatarCapture",
3   "version": "1.1.0",
4   "summary": "A Swift based drop in solution for taking avatar/profile pictures using the iOS Camera",
5   "description": "Writing a ground-up solution for taking profile pictures in iOS can be a pain and time consuming. AvatarCapture is a Swift based library whose purpose is to make it easy as possible to start your camera, allow you to snap a photo or choose a photo from your Photos library.",
6   "homepage": "https://github.com/gatewayapps/avatar-capture-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "John Murphy": "john@gatewayapps.com"
13   },
14   "social_media_url": "https://twitter.com/johnmurphy01",
15   "source": {
16     "git": "https://github.com/gatewayapps/avatar-capture-ios.git",
17     "tag": "1.1.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "4.0",
23   "resource_bundles": {
24     "AvatarCapture": [
25       "AvatarCapture/*/Assets.xcassets"
26     ]
27   },
28   "dependencies": {
29     "FontAwesome.swift": [
30       "~> 1.3.0"
31     ]
32   },
33   "source_files": "AvatarCapture/AvatarCapture/AvatarCaptureController.swift"