blob: 263bc22e55bbe1bebbdbb5c2dde4f8b497250262 [file] [log] [blame]
{
"name": "NetworkActivityIndicatorManager",
"version": "0.3.1",
"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.1"
},
"source_files": "Source/*.{h,m,swift}",
"public_header_files": "Source/*.h",
"frameworks": [
"Foundation",
"UIKit"
]
}