blob: 511f16bef09af966218fd5af7e279f4dd06678ce [file] [log] [blame]
{
"name": "ResourcePackage",
"version": "1.4.0",
"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.4.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"source_files": "Sources/*",
"dependencies": {
"SimpleEncrypter": [
],
"TextFormater": [
]
},
"ios": {
"dependencies": {
"DeviceKit": [
]
}
}
}