[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 0 / 9 / MPMessagePack / 1.1.15 / MPMessagePack.podspec.json
blobe4fdcc1a7dcf73b9355cbd24c40e30380276fe1a
2   "name": "MPMessagePack",
3   "version": "1.1.15",
4   "summary": "Objective-C library for MessagePack",
5   "homepage": "https://github.com/gabriel/MPMessagePack",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Gabriel Handford": "gabrielh@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/gabriel/MPMessagePack.git",
14     "tag": "1.1.15"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   },
21   "ios": {
22     "source_files": "MPMessagePack/**/*.{c,h,m}"
23   },
24   "osx": {
25     "source_files": [
26       "MPMessagePack/**/*.{c,h,m}",
27       "XPC/**.{c,h,m}"
28     ]
29   }