| { |
| "name": "RNSync", |
| "version": "0.1.0", |
| "summary": "A React Native compatible version of Cloudant Sync", |
| "description": "\"A React Native compatible version of Cloudant Sync\"", |
| "homepage": "https://github.com/pwcremin/RNSync", |
| "license": "MIT", |
| "authors": { |
| "Patrick Cremin": "pwcremin@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/pwcremin/RNSync.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "RNSync": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "dependencies": { |
| "CDTDatastore": [ |
| |
| ] |
| } |
| } |