[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 0 / 9 / MPMessagePack / 1.3.13 / MPMessagePack.podspec.json
blobecc9d6cc5feac033a000d5f43db0e26a592e7c78
2   "name": "MPMessagePack",
3   "version": "1.3.13",
4   "summary": "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.3.13"
15   },
16   "requires_arc": true,
17   "dependencies": {
18     "GHODictionary": [
20     ]
21   },
22   "platforms": {
23     "ios": "6.0",
24     "osx": "10.8"
25   },
26   "ios": {
27     "source_files": [
28       "MPMessagePack/**/*.{c,h,m}",
29       "RPC/**/*.{c,h,m}"
30     ]
31   },
32   "osx": {
33     "source_files": [
34       "MPMessagePack/**/*.{c,h,m}",
35       "RPC/**/*.{c,h,m}",
36       "XPC/**/*.{c,h,m}"
37     ]
38   }