blob: 94471cbac148b06314c68f7497d00f4107cb4ac5 [file] [log] [blame]
{
"name": "gvhelper",
"version": "0.1.0",
"summary": "Help Class and Extension",
"swift_version": "4.2",
"description": "Help Class and Extension will facilitate development application. Also to development application faster, by using reliable class.",
"homepage": "https://github.com/princegeovision/gvhelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"princegeovision": "prince.geovision.tw@gmail.com"
},
"source": {
"git": "https://github.com/princegeovision/gvhelper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": [
"Classes/*.swift",
"objc/*"
],
"public_header_files": "objc/*.h",
"resource_bundles": {
"gvhelper": [
"Assets/*.png"
]
},
"frameworks": "UIKit"
}