blob: e482d0ce338184a32eb2a0d599e549746ba95b5f [file] [log] [blame]
{
"name": "HEPhotoPicker",
"version": "0.0.3",
"summary": "Elegant photo picker in Swift.",
"description": "Elegant photo picker in Swift. Inspired by Weibo.",
"homepage": "https://github.com/heyode/HEPhotoPicker",
"screenshots": [
"https://github.com/heyode/HEPhotoPicker/blob/master/Assets/image%26video.gif",
"https://github.com/heyode/HEPhotoPicker/blob/master/Assets/OnlyImage.gif",
"https://github.com/heyode/HEPhotoPicker/blob/master/Assets/singlePicture.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"heyode": "1025335931@qq.com"
},
"source": {
"git": "https://github.com/heyode/HEPhotoPicker.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": [
"Source/*.swift",
"Source/*/*.swift"
],
"resource_bundles": {
"HEPhotoPicker": [
"Assets/*.png",
"Assets/*.xib"
]
},
"frameworks": [
"UIKit",
"Photos"
]
}