[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / 4 / 0 / msgpack / 0.1.6 / msgpack.podspec.json
blob07a91f6558655ad5205765913715a24104f4c6e9
2   "name": "msgpack",
3   "version": "0.1.6",
4   "summary": "Latest msgpack source, with objective-C  wrapper. Unit tested.",
5   "description": "Msgpack for objective-C\nExtremely efficient object serialization library. It's like JSON, but very fast and small.",
6   "homepage": "https://github.com/rvi/msgpack-objective-C",
7   "license": "Apache",
8   "authors": {
9     "Rémy Virin": "remy@remyvirin.com"
10   },
11   "source": {
12     "git": "https://github.com/rvi/msgpack-objective-C.git",
13     "tag": "0.1.6"
14   },
15   "social_media_url": "https://twitter.com/remyvirin",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "prepare_command": "cat > \"module.map\" << MAP\n   module zlib [system] {\n   \theader \"$SDKROOT/usr/include/zlib.h\"\n   \tlink \"zlib\"\n   \texport  \"MessagePack.h\"\n   \texport \"MessagePackPacker.h\"\nexport \"MessagePackParser+Streaming.h\"\nexport \"MessagePackParser.h\"\nexport \"object.h\"\nexport \"pack.h\"\nexport \"pack_define.h\"\nexport \"pack_template.h\"\nexport \"sbuffer.h\"\nexport \"sysdep.h\"\nexport \"unpack.h\"\nexport \"unpack_define.h\"\nexport \"version.h\"\nexport \"version_master.h\"\nexport \"vrefbuffer.h\"\nexport \"zone.h\"\nexport \"msgpack.h\"\nexport \"NSArray+MessagePack.h\"\nexport \"NSData+MessagePack.h\"\nexport \"NSDictionary+MessagePack.h\"\nexport \"NSNull+MessagePack.h\"\nexport \"NSNumber+MessagePack.h\"\nexport \"NSString+MessagePack.h\"\n    }   \n   MAP"