blob: 9e6b004cf8ff82eb247062445682f3533415c31e [file] [log] [blame]
{
"name": "JAProgressBar",
"version": "0.0.2",
"summary": "A progress bar that track the network request",
"description": "A progress bar that track the network request.\nSupports WKWebView, UIWebView and NSURLSession",
"homepage": "https://github.com/ishepherdMiner/JAProgressBar",
"license": "MIT",
"authors": {
"Jason": "iJason92@yahoo.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ishepherdMiner/JAProgressBar.git",
"tag": "0.0.2"
},
"source_files": [
"JAProgressBar",
"JAProgressBar/**/*.{h,m}"
],
"public_header_files": "JAProgressBar/**/*.h",
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
],
"requires_arc": true,
"module_name": "JAProgressBar",
"dependencies": {
"AFNetworking": [
]
}
}