| { |
| "name": "react-native-eval", |
| "version": "0.1.0", |
| "summary": "Call any JS functions from your native code", |
| "description": "React has a good tutorial how to integrate React View to alrady existsing application, but it doesn't provide a good way if you decided to migrate some of your business logic to JS first while maintaining the same UI", |
| "homepage": "https://github.com/artemyarulin/react-native-eval", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Artem Yarulin": "artem.yarulin@fessguid.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/artemyarulin/react-native-eval.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": [ |
| "react-native-eval/RNMEvaluator.{h,m}" |
| ], |
| "public_header_files": "react-native-eval/RNMEvaluator.h", |
| "requires_arc": true, |
| "dependencies": { |
| "React": [ |
| "> 0.8.0" |
| ] |
| } |
| } |