[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / d / e / HEPhotoPicker / 0.0.3 / HEPhotoPicker.podspec.json
blobe482d0ce338184a32eb2a0d599e549746ba95b5f
2   "name": "HEPhotoPicker",
3   "version": "0.0.3",
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": [
8     "https://github.com/heyode/HEPhotoPicker/blob/master/Assets/image%26video.gif",
9     "https://github.com/heyode/HEPhotoPicker/blob/master/Assets/OnlyImage.gif",
10     "https://github.com/heyode/HEPhotoPicker/blob/master/Assets/singlePicture.gif"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "heyode": "1025335931@qq.com"
18   },
19   "source": {
20     "git": "https://github.com/heyode/HEPhotoPicker.git",
21     "tag": "0.0.3"
22   },
23   "platforms": {
24     "ios": "9.0"
25   },
26   "swift_version": "4.2",
27   "source_files": [
28     "Source/*.swift",
29     "Source/*/*.swift"
30   ],
31   "resource_bundles": {
32     "HEPhotoPicker": [
33       "Assets/*.png",
34       "Assets/*.xib"
35     ]
36   },
37   "frameworks": [
38     "UIKit",
39     "Photos"
40   ]