blob: d81168d977831416955a8e61ae5a284a3fcd9af5 [file] [log] [blame]
{
"name": "InternetReachable",
"version": "0.0.3",
"summary": "Its class for prevent application usage without internet.",
"homepage": "https://github.com/Jennis/InternetReachable",
"license": {
"type": "MIT",
"file": "InternetReachableExample/License.txt"
},
"authors": {
"Jennis": "jennis.myfirstmobileapp@gmail.com"
},
"source": {
"git": "https://github.com/Jennis/InternetReachable.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": "InternetReachableExample/InternetReachable/*.{h,m}",
"resources": "InternetReachableExample/InternetReachable/Resource/*.png",
"requires_arc": true,
"dependencies": {
"Reachability": [
]
}
}