[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / c / 9 / MProtoBuf / 1.0.19 / MProtoBuf.podspec.json
blob1a293f126917dddfc064bf112413cd594987a323
2   "name": "MProtoBuf",
3   "version": "1.0.19",
4   "summary": "Helper library for MCryptoLib, responsible for parsing Google Protocol Buffers structures.",
5   "homepage": "https://github.com/Mynigma/MProtoBufLib",
6   "license": "GPLv3",
7   "authors": {
8     "Roman Priebe": "roman@mynigma.org"
9   },
10   "source": {
11     "git": "https://github.com/Mynigma/MProtoBufLib.git",
12     "tag": "1.0.19"
13   },
14   "social_media_url": "https://twitter.com/Mynigma",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "libraries": "z",
19   "exclude_files": "Pod/Classes/MProtoBuf/Mac",
20   "module_name": "MProtoBuf",
21   "header_mappings_dir": "Pod/Classes/include",
22   "public_header_files": "Pod/Classes/MProtoBuf/**/*.h",
23   "private_header_files": "Pod/Classes/include/**/*.h",
24   "requires_arc": true,
25   "source_files": [
26     "Pod/Classes/MProtoBuf/**/*.{h,m,mm}",
27     "Pod/Classes/include/**/*.{h,m,mm,cc}"
28   ],
29   "resource_bundles": {
30     "MProtoBuf": [
31       "Pod/Assets/*.png"
32     ]
33   }