[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 0 / f / a / JMASBeacon / 1.0.0 / JMASBeacon.podspec.json
blob29f47a7f214b51f7c6babf65b9b8d747a78192ec
2   "name": "JMASBeacon",
3   "version": "1.0.0",
4   "summary": "Beacon Ranging And Monitoring, Sending Library",
5   "homepage": "http://www.jmas.co.jp",
6   "authors": {
7     "Akira Hayakawa": "Akira_Hayakawa@jmas.co.jp"
8   },
9   "license": {
10     "type": "Copyright",
11     "text": "      Copyright 2014 JMA Systems Corp., All Rights Reserved.\n"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/JMASystems/JMASBeacon.git",
18     "tag": "1.0.0"
19   },
20   "public_header_files": "BeacappSDKforiOS/Header/*.h",
21   "preserve_paths": "JMASBeacon/staticLib/libJMASBeacon.a",
22   "vendored_libraries": "JMASBeacon/staticLib/libJMASBeacon.a",
23   "frameworks": [
24     "CoreLocation",
25     "CoreBluetooth"
26   ],
27   "libraries": "JMASBeacon",
28   "requires_arc": true,
29   "xcconfig": {
30     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/JMASBeacon/staticLib\"",
31     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/JMASBeacon/Header\""
32   }