blob: c0eea6195beb5fa2431929a40db16ecf4eea28f1 [file] [log] [blame]
{
"name": "INetworkPacketParser",
"version": "0.1.0",
"summary": "ip packet, tcp, udp and dns parser",
"description": "1. support ip pacekt parser\n2. support tcp / udp parser\n3. support dns parser",
"homepage": "https://github.com/smallyou/INetworkPacketParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"smallyou": "smallyou@126.com"
},
"source": {
"git": "https://github.com/smallyou/INetworkPacketParser.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"libraries": "resolv",
"source_files": "INetworkPacketParser/Classes/**/*"
}