blob: 2362c0d02f5e2388c4ff9c633736351cd79b33b2 [file] [log] [blame]
{
"name": "HEPhotoPicker",
"version": "0.0.8",
"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.8"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": [
"Source/**/*.swift"
],
"resource_bundles": {
"HEPhotoPicker": [
"Source/Assets.xcassets",
"Source/**/*.xib"
]
},
"frameworks": [
"UIKit",
"Photos"
],
"swift_version": "5.0"
}