[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / a / c / NatVideo / 0.0.3 / NatVideo.podspec.json
blob45339a887c70bb22d5c445d493ac9b582fb408d0
2   "name": "NatVideo",
3   "version": "0.0.3",
4   "summary": "Nat.js Module: Video.",
5   "description": "Nat.js Module: Video (play or pause or stop)",
6   "homepage": "http://natjs.com",
7   "license": "MIT",
8   "authors": {
9     "nat": "i@natjs.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/Natjs/nat-media-video.git",
16     "tag": "0.0.3"
17   },
18   "source_files": "ios/Classes/*.{h,m}",
19   "frameworks": [
20     "MediaPlayer",
21     "MobileCoreServices",
22     "AVFoundation",
23     "SystemConfiguration"
24   ],
25   "dependencies": {
26     "Reachability": [
27       "~> 3.2"
28     ]
29   }