[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / 4 / 0 / msgpack / 0.1.0 / msgpack.podspec.json
blobfac9e517c5874f70012ec9e61b30b9c5706d0399
2   "name": "msgpack",
3   "version": "0.1.0",
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/rvirin/msgpack-objective-C",
7   "license": "MIT",
8   "authors": {
9     "Rémy Virin": "remy@remyvirin.com"
10   },
11   "source": {
12     "git": "https://github.com/rvirin/msgpack-objective-C.git",
13     "tag": "0.1.0"
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/**/*"