[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 4 / b / 1 / AprilSDK / 2.0.5 / AprilSDK.podspec.json
blobb20820745cda70daf01bbc028ef72b60e54a1d83
2   "name": "AprilSDK",
3   "version": "2.0.5",
4   "summary": "AprilBeacon SDK for iOS, use this library communicate with beacons.",
5   "homepage": "https://github.com/AprilBrother/AprilBeacon-iOS-SDK",
6   "authors": {
7     "AprilBrother": "tech@aprbrother.com"
8   },
9   "platforms": {
10     "ios": "7.0"
11   },
12   "source": {
13     "git": "https://github.com/AprilBrother/AprilBeacon-iOS-SDK.git",
14     "tag": "2.0.5"
15   },
16   "source_files": "AprilSDK/Headers/*.{h}",
17   "preserve_paths": "AprilSDK/libAprilBeaconSDK.a",
18   "vendored_libraries": "AprilSDK/libAprilBeaconSDK.a",
19   "requires_arc": true,
20   "xcconfig": {
21     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/AprilSDK",
22     "OTHER_LDFLAGS": "-all_load"
23   },
24   "license": {
25     "type": "Copyright",
26     "text": "      Copyright 2013 AprilBrother LLC, Inc. All rights reserved.\n"
27   }