[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 0 / f / a / JMASBeacon / 1.0.3 / JMASBeacon.podspec.json
blob0ab63766b649b74e2fbc9369fa5df03104f0a0f1
2   "name": "JMASBeacon",
3   "version": "1.0.3",
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.3"
19   },
20   "public_header_files": "JMASBeacon/Header/*.h",
21   "source_files": "JMASBeacon/Header/*.h",
22   "preserve_paths": "JMASBeacon/staticLib/libJMASBeacon.a",
23   "vendored_libraries": "JMASBeacon/staticLib/libJMASBeacon.a",
24   "frameworks": [
25     "CoreLocation",
26     "CoreBluetooth"
27   ],
28   "libraries": "JMASBeacon",
29   "requires_arc": true,
30   "xcconfig": {
31     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/JMASBeacon/staticLib\"",
32     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/JMASBeacon\""
33   }