blob: 5f125366368cd9497c33c59c9588c4f79ce9c357 [file] [log] [blame]
{
"name": "MsgPackAblyFork",
"version": "0.2.0-ably-1",
"summary": "Latest msgpack source, with objective-C wrapper. Unit tested.",
"description": "Msgpack for objective-C\nExtremely efficient object serialization library. It's like JSON, but very fast and small.",
"homepage": "https://github.com/ably-forks/msgpack-objective-C",
"license": "Apache",
"authors": {
"Rémy Virin": "remy@remyvirin.com"
},
"source": {
"git": "https://github.com/ably-forks/msgpack-objective-C.git",
"tag": "0.2.0-ably-1"
},
"social_media_url": "https://twitter.com/remyvirin",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"private_header_files": "Pod/Classes/msgpack_src/**/*.h",
"module_map": "msgPack.modulemap"
}