[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 5 / 2 / MsgPackSerialization / 0.0.1 / MsgPackSerialization.podspec.json
blobf4b6b8efb2114f7bc478bd4108d5de18f6d761c8
2   "name": "MsgPackSerialization",
3   "version": "0.0.1",
4   "license": "MIT",
5   "summary": "Encodes and decodes between Objective-C objects and MsgPack.",
6   "homepage": "https://github.com/mattt/MsgPackSerialization",
7   "social_media_url": "https://twitter.com/mattt",
8   "authors": {
9     "Mattt Thompson": "m@mattt.me"
10   },
11   "source": {
12     "git": "https://github.com/mattt/MsgPackSerialization.git",
13     "tag": "0.0.1"
14   },
15   "source_files": [
16     "MsgPackSerialization",
17     "MsgPackSerialization/msgpack_src/*.{c,h}",
18     "MsgPackSerialization/msgpack_src/msgpack/*.h"
19   ],
20   "requires_arc": true,
21   "platforms": {
22     "ios": "5.0",
23     "osx": "10.7"
24   }