[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / 6 / 0 / 9 / MPMessagePack / 1.3.3 / MPMessagePack.podspec.json
blob3a44e699b390860c475cadb642f962af6c023c4e
2   "name": "MPMessagePack",
3   "version": "1.3.3",
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.3"
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   }