blob: 58dc46d26676c21d3dfd01cc85cb035d38ab4b71 [file] [log] [blame]
{
"name": "RNSync",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RNSync": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"React": [
],
"CDTDatastore": [
]
}
}