[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 1 / b / cmp / 10 / cmp.podspec.json
blob9335bc521894af500e655afebcad91aacde871c9
2   "name": "cmp",
3   "version": "10",
4   "summary": "An implementation of the MessagePack serialization format in C",
5   "homepage": "http://msgpack.org",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Charlie Gunyon": "charles.gunyon@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/camgunz/cmp.git",
14     "tag": "v10"
15   },
16   "source_files": "cmp.{h,c}",
17   "public_header_files": "cmp.h",
18   "requires_arc": false