[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / d / e / HEPhotoPicker / 0.0.2 / HEPhotoPicker.podspec.json
blobbd3c1aca5d984cd3c51abc4aded4145cbb5ed735
2   "name": "HEPhotoPicker",
3   "version": "0.0.2",
4   "summary": "Elegant photo picker in Swift.",
5   "description": "Elegant photo picker in Swift. Inspired by Weibo.",
6   "homepage": "https://github.com/heyode/HEPhotoPicker",
7   "screenshots": "https://github.com/heyode/HEPhotoPicker/blob/master/Assets/photopicker.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "heyode": "1025335931@qq.com"
14   },
15   "source": {
16     "git": "https://github.com/heyode/HEPhotoPicker.git",
17     "tag": "0.0.2"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_version": "4.2",
23   "source_files": [
24     "Source/*.swift",
25     "Source/*/*.swift"
26   ],
27   "resource_bundles": {
28     "HEPhotoPicker": [
29       "Assets/*.png"
30     ]
31   },
32   "frameworks": [
33     "UIKit",
34     "Photos"
35   ]