blob: bab956fe4ba19376594fff6f49eb46f531e0bd80 [file] [log] [blame]
{
"name": "AprilBeacon-iOS-SDK",
"version": "1.0.0",
"summary": "AprilBeacon SDK for iOS, use this library communicate with beacons.",
"homepage": "https://github.com/AprilBrother/AprilBeacon-iOS-SDK",
"authors": {
"AprilBrother": "tech@aprbrother.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/AprilBrother/AprilBeacon-iOS-SDK.git",
"tag": "1.0.0"
},
"source_files": "AprilSDK/Headers/*.{h}",
"preserve_paths": "AprilSDK/libAprilBeaconSDK.a",
"vendored_libraries": "AprilSDK/libAprilBeaconSDK.a",
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/AprilBeacon-iOS-SDK"
},
"license": {
"type": "Copyright",
"text": " Copyright 2013 AprilBrother LLC, Inc. All rights reserved.\n"
},
"deprecated_in_favor_of": "AprilSDK"
}