blob: b2b2214563ecddbb5d2f285d56104df358f80d8f [file] [log] [blame]
{
"name": "NOCReachability",
"version": "1.0.1",
"summary": "NOCReachability is a library that provides features for checking network status.",
"homepage": "https://github.com/a-snail/NOCReachability",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jaeo Bok": "snail.bok@gmail.com"
},
"social_media_url": "https://twitter.com/snail_bok",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/a-snail/NOCReachability.git",
"tag": "1.0.1"
},
"source_files": "NOCReachability/*.{h,m}",
"dependencies": {
"NOCLog": [
"~> 1.0"
]
}
}