blob: c8b70fd3aa923af16115ee080ffd6f9ef3d410ec [file] [log] [blame]
{
"name": "HEPhotoPicker",
"version": "0.0.5",
"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/ExampleImage/image%26video.gif",
"https://github.com/heyode/HEPhotoPicker/blob/master/ExampleImage/OnlyImage.gif",
"https://github.com/heyode/HEPhotoPicker/blob/master/ExampleImage/singlePicture.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"heyode": "1025335931@qq.com"
},
"source": {
"git": "https://github.com/heyode/HEPhotoPicker.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": [
"Source/**/*.swift"
],
"resource_bundles": {
"HEPhotoPicker": [
"Source/Assets.xcassets",
"Source/**/*.xib"
]
},
"frameworks": [
"UIKit",
"Photos"
]
}