[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / b / 4 / MSMultipeerNetworking / 0.0.1 / MSMultipeerNetworking.podspec.json
blobe90171c0a2be60bcbcd9ebd540161a24a352950a
2   "name": "MSMultipeerNetworking",
3   "version": "0.0.1",
4   "summary": "A client-server model built with Thrift on top of Apple's Multipeer Connectivity framework for iOS",
5   "description": "A client-server model built with Thrift on top of Apple's Multipeer Connectivity framework for iOS.",
6   "homepage": "https://github.com/mstultz/MSMultipeerNetworking",
7   "license": "MIT",
8   "authors": "Mark Stultz",
9   "platforms": {
10     "ios": "7.0"
11   },
12   "source": {
13     "git": "https://github.com/mstultz/MSMultipeerNetworking.git",
14     "tag": "0.0.1"
15   },
16   "source_files": "MSMultipeerNetworking/*.{h,m}",
17   "requires_arc": true,
18   "dependencies": {
19     "thrift": [
21     ],
22     "MSMessaging": [
24     ]
25   }