blob: ce27c38149d7fec903e90f2b795985a2ca98e3bd [file] [log] [blame]
{
"name": "ReactNativeAutoUpdater",
"version": "0.1.5",
"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.5"
},
"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"
}