blob: e90171c0a2be60bcbcd9ebd540161a24a352950a [file] [log] [blame]
{
"name": "MSMultipeerNetworking",
"version": "0.0.1",
"summary": "A client-server model built with Thrift on top of Apple's Multipeer Connectivity framework for iOS",
"description": "A client-server model built with Thrift on top of Apple's Multipeer Connectivity framework for iOS.",
"homepage": "https://github.com/mstultz/MSMultipeerNetworking",
"license": "MIT",
"authors": "Mark Stultz",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mstultz/MSMultipeerNetworking.git",
"tag": "0.0.1"
},
"source_files": "MSMultipeerNetworking/*.{h,m}",
"requires_arc": true,
"dependencies": {
"thrift": [
],
"MSMessaging": [
]
}
}