[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 0 / 9 / MPMessagePack / 1.1.23 / MPMessagePack.podspec.json
blob8e65e77a8cd73a9aaddecc24a261c688a407f39c
2   "name": "MPMessagePack",
3   "version": "1.1.23",
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.23"
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": "MPMessagePack/**/*.{c,h,m}"
28   },
29   "osx": {
30     "source_files": [
31       "MPMessagePack/**/*.{c,h,m}",
32       "XPC/**/*.{c,h,m}"
33     ]
34   }