blob: 6bf6b616ee1884e94a411752bbfa5de21453948d [file] [log] [blame]
{
"name": "threeMF",
"version": "0.1",
"license": "MIT",
"summary": "A generic and extendable ad-hoc networking framework for easy device discovery, capability checking and pattern based RPC communication.",
"homepage": "http://www.threemf.com",
"authors": {
"Martin Gratzer": "mgratzer@gmail.com"
},
"source": {
"git": "https://github.com/threeMF/threeMF.git",
"tag": "0.1"
},
"source_files": "threeMF/**/*.{h,m,c}",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"osx": {
"frameworks": [
"CoreServices",
"Security"
]
}
}