blob: 7954f4e6bcb267da5b95181c75a2091dcfd82e61 [file] [log] [blame]
{
"name": "Pasteboard",
"version": "0.1.0",
"summary": "A easy way to read/write/share data with iOS UIPasteboard",
"description": "A easy way to read/write/share data with iOS UIPasteboard.\nJust read pasteboard or write data to it and it will sync up with iOS UIPasteboard.",
"homepage": "https://github.com/jacobjiangwei/Pasteboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jacob Jiang": "kof2003@126.com"
},
"source": {
"git": "https://github.com/jacobjiangwei/Pasteboard.git",
"tag": "0.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": "Pasteboard/Classes/**/*",
"swift_version": "5.0"
}