{ | |
"name": "WeexNatRecorder", | |
"version": "1.0.0", | |
"summary": "Nat.js weex plugin: nat-recorder", | |
"description": "Nat.js module for weex: Recorder", | |
"homepage": "http://natjs.com", | |
"license": "MIT", | |
"authors": { | |
"nat": "hi@natjs.com" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source": { | |
"git": "https://github.com/natjs/weex-nat-recorder.git", | |
"tag": "1.0.0" | |
}, | |
"source_files": "ios/Sources/*.{h,m,mm}", | |
"requires_arc": true, | |
"dependencies": { | |
"WeexPluginLoader": [ | |
], | |
"WeexSDK": [ | |
], | |
"NatRecorder": [ | |
] | |
} | |
} |