blob: 6ed1e4fa31c90c98fc76f8fd5b39df0dce5debb3 [file] [log] [blame]
{
"name": "MPackObjc",
"version": "0.0.1",
"summary": "MPack objective-c wrapper.",
"homepage": "https://github.com/vox-humana/mpack-objc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arthur Semenyutin": "semenyutin@gmail.com"
},
"source": {
"git": "https://github.com/vox-humana/mpack-objc.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m,c}",
"public_header_files": "MPackObjc.h"
}