[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / 4 / 0 / msgpack / 0.1.5 / msgpack.podspec.json
blobe2a431ad89b756fd0a6b96e9527601a7b230fb48
2   "name": "msgpack",
3   "version": "0.1.5",
4   "summary": "Latest msgpack source, with objective-C  wrapper. Unit tested.",
5   "description": "\t\t\tMsgpack for objective-C\n\t\t\tExtremely efficient object serialization library. It's like JSON, but very fast and small.\n",
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.1.5"
14   },
15   "social_media_url": "https://twitter.com/remyvirin",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*"