blob: bd3c1aca5d984cd3c51abc4aded4145cbb5ed735 [file] [log] [blame]
{
"name": "HEPhotoPicker",
"version": "0.0.2",
"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/photopicker.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"heyode": "1025335931@qq.com"
},
"source": {
"git": "https://github.com/heyode/HEPhotoPicker.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": [
"Source/*.swift",
"Source/*/*.swift"
],
"resource_bundles": {
"HEPhotoPicker": [
"Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Photos"
]
}