blob: 451694bb15155e72cee7fd7a3abb8fdba4e02918 [file] [log] [blame]
{
"name": "MsgPackAblyFork",
"version": "0.2.0-ably-2",
"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-2"
},
"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"
}