blob: 8d5dd318b5057f107ff710d2cc4c8bc5afb41423 [file] [log] [blame]
{
"name": "RNActivityView",
"version": "0.0.8",
"summary": "Displays a translucent ActivityView with an indicator and/or labels. Can UIView category.",
"description": "Based on MBProgressHUD - is an iOS drop-in class that displays a translucent ActivityView with an indicator and/or labels while work is being done in a background thread. Can UIView category.",
"homepage": "https://github.com/souzainf3/RNActivityView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Romilson Nunes": "souzainf3@yahoo.com.br"
},
"social_media_url": "http://twitter.com/souzainf3",
"source": {
"git": "https://github.com/souzainf3/RNActivityView.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"source_files": "RNActivityView/*",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}