blob: b8e30be3b6872659bd1be46976369bfd41c6458a [file] [log] [blame]
{
"name": "ReactNativeAutoUpdater",
"version": "0.1.2",
"summary": "A library to manage dynamic updates to React Native apps. Available as a CocoaPod.",
"description": "A library to manage dynamic updates to React Native apps. Available as a CocoaPod.\nFor more information, check out the Github repo -- https://github.com/aerofs/ReactNativeAutoUpdater",
"homepage": "https://github.com/aerofs/ReactNativeAutoUpdater",
"license": "MIT",
"authors": {
"Rahul Jiresal": "rahul@aerofs.com"
},
"source": {
"git": "https://github.com/aerofs/ReactNativeAutoUpdater.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/rahuljiresal",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ReactNativeAutoUpdater": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/ReactNativeAutoUpdater.h"
}