blob: 157ce8c22bebdccaa315d8e045ac13ffd3989368 [file] [log] [blame]
{
"name": "NetworkActivityIndicatorManager",
"version": "0.3.0",
"summary": "A manager library of the network activity indicator.",
"description": "NetworkActivityIndicatorManager is a manager library of the network activity indicator in the status bar.",
"homepage": "https://github.com/ymyzk/NetworkActivityIndicatorManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yusuke Miyazaki": "miyazaki.dev@gmail.com"
},
"social_media_url": "https://twitter.com/ymyzk",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ymyzk/NetworkActivityIndicatorManager.git",
"tag": "v0.3.0"
},
"source_files": "Source/*.{h,m,swift}",
"public_header_files": "Source/*.h",
"frameworks": [
"Foundation",
"UIKit"
]
}