blob: b45e512538f7d3d166c0c9243edce78e53766b23 [file] [log] [blame]
{
"name": "HBBoxKit",
"version": "0.1.3",
"summary": "Common utility classes",
"description": "Collect commonly used methods and classes",
"homepage": "https://github.com/WillieWu/HBBoxKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hongbin.wu": "601479318@qq.com"
},
"source": {
"git": "https://github.com/WillieWu/HBBoxKit.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"requires_arc": true,
"source_files": "HBBoxKit/Classes/*.swift",
"frameworks": [
"UIKit",
"Photos",
"UserNotifications",
"CoreLocation"
]
}