blob: dacfa29c90211535d4703c20a65dce11149df608 [file] [log] [blame]
{
"name": "AVReachability",
"version": "0.1.1",
"summary": "Check network connectivity in iOS 9",
"description": "This is a class written in Swift 2.0 for iOS 9 that lets you check for internet connectivity.",
"homepage": "https://github.com/AtharvaVaidya/AVReachability",
"license": "MIT",
"authors": {
"TechieCSG": "atharva.vaidya01@gmail.com"
},
"source": {
"git": "https://github.com/AtharvaVaidya/AVReachability.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AVReachability": [
"Pod/Assets/*.png"
]
}
}