[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 5 / 8 / ATSwiftPhotoGallery / 0.1.0 / ATSwiftPhotoGallery.podspec.json
blobd0ae6e76db5b8cc62550e2d373970d4813f8c1c0
2   "name": "ATSwiftPhotoGallery",
3   "version": "0.1.0",
4   "summary": "Pure Swift library for selecting multiple photos.",
5   "swift_versions": "5.0",
6   "description": "Pure Swift library for selecting multiple photos from photo gallery.",
7   "homepage": "https://github.com/ankitthakur/ATSwiftPhotoGallery",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ankit Thakur": "ankitthakur85@icloud.com"
14   },
15   "source": {
16     "git": "https://github.com/ankitthakur/ATSwiftPhotoGallery.git",
17     "tag": "0.1.0"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "12.4"
22   },
23   "source_files": "Sources/**/*.{swift}",
24   "resource_bundles": {
25     "ATSwiftPhotoGallery": [
26       "Sources/**/*.{storyboard}"
27     ]
28   },
29   "frameworks": "Photos",
30   "swift_version": "5.0"