blob: 5f9ca0215b7db2e1f6037e6ac146970c0940f4dc [file] [log] [blame]
{
"name": "NatDeviceNetwork",
"version": "0.0.2",
"summary": "Nat.js Module: DeviceNetwork.",
"description": "Nat.js Module: DeviceNetwork (status)",
"homepage": "http://natjs.com",
"license": "MIT",
"authors": {
"nat": "i@natjs.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Natjs/nat-device-network.git",
"tag": "0.0.2"
},
"source_files": "ios/Classes/*.{h,m}",
"frameworks": [
"CoreTelephony",
"SystemConfiguration"
],
"dependencies": {
"Reachability": [
"~> 3.2"
]
}
}