blob: 1a293f126917dddfc064bf112413cd594987a323 [file] [log] [blame]
{
"name": "MProtoBuf",
"version": "1.0.19",
"summary": "Helper library for MCryptoLib, responsible for parsing Google Protocol Buffers structures.",
"homepage": "https://github.com/Mynigma/MProtoBufLib",
"license": "GPLv3",
"authors": {
"Roman Priebe": "roman@mynigma.org"
},
"source": {
"git": "https://github.com/Mynigma/MProtoBufLib.git",
"tag": "1.0.19"
},
"social_media_url": "https://twitter.com/Mynigma",
"platforms": {
"ios": "7.0"
},
"libraries": "z",
"exclude_files": "Pod/Classes/MProtoBuf/Mac",
"module_name": "MProtoBuf",
"header_mappings_dir": "Pod/Classes/include",
"public_header_files": "Pod/Classes/MProtoBuf/**/*.h",
"private_header_files": "Pod/Classes/include/**/*.h",
"requires_arc": true,
"source_files": [
"Pod/Classes/MProtoBuf/**/*.{h,m,mm}",
"Pod/Classes/include/**/*.{h,m,mm,cc}"
],
"resource_bundles": {
"MProtoBuf": [
"Pod/Assets/*.png"
]
}
}