blob: 45339a887c70bb22d5c445d493ac9b582fb408d0 [file] [log] [blame]
{
"name": "NatVideo",
"version": "0.0.3",
"summary": "Nat.js Module: Video.",
"description": "Nat.js Module: Video (play or pause or stop)",
"homepage": "http://natjs.com",
"license": "MIT",
"authors": {
"nat": "i@natjs.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Natjs/nat-media-video.git",
"tag": "0.0.3"
},
"source_files": "ios/Classes/*.{h,m}",
"frameworks": [
"MediaPlayer",
"MobileCoreServices",
"AVFoundation",
"SystemConfiguration"
],
"dependencies": {
"Reachability": [
"~> 3.2"
]
}
}