blob: 8ec7f6f5fb1c70a2aa9df7397ab73727b819fe39 [file] [log] [blame]
{
"name": "ResourcePackage",
"version": "1.0.1",
"summary": "Manage resources for application.",
"description": "Package resources to a single file, and access them via file name as key.\n\nSo resources can be easily managemented as well as encrypted.",
"homepage": "https://github.com/1fr3dg/ResourcePackage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alfred Gao": "alfredg@alfredg.cn"
},
"source": {
"git": "https://github.com/1fr3dg/ResourcePackage.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"source_files": "Sources/*",
"dependencies": {
"SimpleEncrypter": [
],
"TextFormater": [
]
},
"ios": {
"dependencies": {
"DeviceKit": [
]
}
},
"pushed_with_swift_version": "3.0"
}