blob: 98a8a7fea442221c42ed869434c120c7fe0be3ca [file] [log] [blame]
{
"name": "RNUpdater",
"version": "0.0.2",
"summary": "Custom update in react-native project.",
"description": "Hot update your ios app when using react-native in your way.",
"homepage": "https://github.com/liuhaoliang/RNUpdater",
"license": "MIT",
"authors": {
"lhl": "271072547@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/liuhaoliang/RNUpdater.git",
"tag": "0.0.2"
},
"source_files": [
"RNUpdater",
"RNUpdater/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"HLFileHash": [
],
"SSZipArchive": [
],
"AFNetworking": [
]
}
}