blob: 460449db10962b3475c6138d980cc589decc61fe [file] [log] [blame]
{
"name": "NatVideo",
"version": "0.0.2",
"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.2"
},
"source_files": "ios/Classes/*.{h,m}",
"frameworks": [
"MediaPlayer",
"MobileCoreServices",
"AVFoundation",
"SystemConfiguration"
]
}