[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / 4 / 0 / msgpack / 0.3.1 / msgpack.podspec.json
blob19d2116300d0f04dce4afd0c153e3516e686ebf8
2   "name": "msgpack",
3   "version": "0.3.1",
4   "summary": "Latest msgpack source, with objective-C  wrapper. Unit tested.",
5   "description": "Msgpack for objective-C\nExtremely efficient object serialization library. It's like JSON, but very fast and small.",
6   "homepage": "https://github.com/rvi/msgpack-objective-C",
7   "license": "Apache",
8   "authors": {
9     "Rémy Virin": "remy@remyvirin.com"
10   },
11   "source": {
12     "git": "https://github.com/rvi/msgpack-objective-C.git",
13     "tag": "0.3.1"
14   },
15   "social_media_url": "https://twitter.com/remyvirin",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.11",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "private_header_files": "Pod/Classes/msgpack_src/**/*.h",
24   "module_map": "msgPack.modulemap"