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