blob: d2a0ee5a77d3a5782f057c597322a0e7012c79b1 [file] [log] [blame]
{
"name": "BytePacket",
"version": "0.0.1",
"summary": "A byte decode tool for iOS.",
"homepage": "https://github.com/FlameGrace/BytePacket",
"license": "BSD",
"authors": {
"FlameGrace": "flamegrace@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/FlameGrace/BytePacket.git",
"tag": "0.0.1"
},
"source_files": [
"BytePacket",
"BytePacket/**/*.{h,m}"
],
"public_header_files": "BytePacket/**/*.h"
}