blob: 65cd036a1e6c16806b683b7468ae13c5da53120b [file] [log] [blame]
{
"name": "ReactNativeAutoUpdater",
"version": "0.1.6",
"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/react-native-auto-updater",
"homepage": "https://github.com/aerofs/react-native-auto-updater",
"license": "MIT",
"authors": {
"Rahul Jiresal": "rahul@aerofs.com"
},
"source": {
"git": "https://github.com/aerofs/react-native-auto-updater.git",
"tag": "0.1.6"
},
"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"
}