[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 0 / 9 / MPMessagePack / 1.1.25 / MPMessagePack.podspec.json
blob63a2a68590081b15b95f493e91035cb1a38a3cdc
2   "name": "MPMessagePack",
3   "version": "1.1.25",
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.25"
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   }