blob: 4abb2530129e3944578ee1912f706599dfa78dfb [file] [log] [blame]
{
"name": "BeaconSDK",
"version": "0.2.0",
"summary": "iOS SDK for receiving NMEA data from the DigiFarm NTRIP Client app.",
"description": "The DigiFarm NTRIP Client app is used to deliver RTK corrections data to the GRTech Beacon V3.0 family of devices. This SDK allows your iOS app to receive NMEA data from the Beacon through the DigiFarm Client app.",
"homepage": "https://github.com/DigiFarm/BeaconSDK",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Paul Himes": "digifarm@tinwhistlellc.com"
},
"source": {
"git": "https://github.com/DigiFarm/BeaconSDK.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BeaconSDK/Classes/**/*",
"public_header_files": "BeaconSDK/Classes/**/*.h",
"pushed_with_swift_version": "3.0"
}