[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 7 / 6 / 1 / AFMsgPackSerialization / 0.0.1 / AFMsgPackSerialization.podspec.json
blob969364d0f11cc0b7ca55540013cf0847ade14612
2   "name": "AFMsgPackSerialization",
3   "version": "0.0.1",
4   "license": "MIT",
5   "summary": "A MsgPack request and response serializer for AFNetworking 2.0.",
6   "homepage": "https://github.com/AFNetworking/AFMsgPackSerialization",
7   "social_media_url": "https://twitter.com/afnetworking",
8   "authors": {
9     "Mattt Thompson": "m@mattt.me"
10   },
11   "source": {
12     "git": "https://github.com/AFNetworking/AFMsgPackSerialization.git",
13     "tag": "0.0.1"
14   },
15   "source_files": "AFMsgPackSerialization",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   },
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.2"
24     ],
25     "MsgPackSerialization": [
27     ]
28   }