[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / f / a / MD360Player4iOS / 1.0.0 / MD360Player4iOS.podspec.json
blob913b0e92c1fcaa7f1f5f23298819e9e3ccc0226c
2   "name": "MD360Player4iOS",
3   "version": "1.0.0",
4   "summary": "It is a lite library to render 360 degree panorama video for iOS.",
5   "description": "It is a lite library to render 360 degree panorama video for iOS. In verison 0.1.0, motion mode and glass mode are supported. In version 0.2.0, pinch gesture is supported. In version 0.3.0, fix a few crucial bugs.",
6   "homepage": "https://github.com/ashqal/MD360Player4iOS/",
7   "screenshots": "https://raw.githubusercontent.com/ashqal/MD360Player4iOS/master/screenshot.png",
8   "license": "Apache License, Version 2.0",
9   "authors": {
10     "asha": "ashnb@qq.com"
11   },
12   "social_media_url": "http://weibo.com/ashqal",
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/ashqal/MD360Player4iOS.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "MDVRLibrary/MDVRLibrary/*.{h,m}",
21   "public_header_files": "MDVRLibrary/MDVRLibrary/*.h",
22   "resources": "MDVRLibrary/MDVRLibrary/vrlibraw.bundle",
23   "frameworks": [
24     "CoreMotion",
25     "Foundation"
26   ],
27   "requires_arc": true