[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / c / 8 / PickImageAlert / 1.0.3 / PickImageAlert.podspec.json
blob66dbfc4615e087d309423f7fd6a2544b95347715
2   "name": "PickImageAlert",
3   "version": "1.0.3",
4   "summary": "Photos or camera access using the system alert controller",
5   "description": "PickImageAlert provides a list of your photos in your alert controller with three alert actions",
6   "requires_arc": true,
7   "homepage": "https://github.com/limadeveloper/PickImageAlert",
8   "license": "MIT",
9   "authors": {
10     "John Lima": "john.limadeveloper@gmail.com"
11   },
12   "social_media_url": "https://twitter.com/johncarloslima",
13   "platforms": {
14     "ios": "11.0"
15   },
16   "source": {
17     "git": "https://github.com/limadeveloper/PickImageAlert.git",
18     "tag": "1.0.3"
19   },
20   "frameworks": "UIKit",
21   "source_files": "Framework/PickImageAlert/**/*.{swift}",
22   "resources": "Framework/PickImageAlert/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
23   "swift_version": "4.2",
24   "dependencies": {
25     "SwiftLint": [
26       "~> 0.28"
27     ]
28   }