[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 0 / f / 7 / AvatarCapture / 1.0.5 / AvatarCapture.podspec.json
blob2cdc5a5d65e6f6b1f712d110957ffc0391f510c9
2   "name": "AvatarCapture",
3   "version": "1.0.5",
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   "source": {
15     "git": "https://github.com/gatewayapps/avatar-capture-ios.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_version": "4.0",
22   "resource_bundles": {
23     "AvatarCapture": [
24       "AvatarCapture/*/Assets.xcassets"
25     ]
26   },
27   "source_files": "AvatarCapture/AvatarCapture/AvatarCaptureController.swift"