[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 2 / 0 / BeacappSDKforiOS / 2.3.0 / BeacappSDKforiOS.podspec.json
blob22b79709de5caf744743e8b416e9da1c7510532c
2   "name": "BeacappSDKforiOS",
3   "version": "2.3.0",
4   "summary": "iOS Library for Beacapp",
5   "homepage": "http://www.beacapp.com",
6   "license": {
7     "type": "Copyright",
8     "text": "      Copyright 2017 JMA Systems Corp., All Rights Reserved.\n"
9   },
10   "authors": {
11     "JMA Systems Corp.,": "Akira_Hayakawa@jmas.co.jp"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/JMASystems/beacapp-sdk-ios.git",
18     "tag": "2.3.0"
19   },
20   "public_header_files": "BeacappSDKforiOS/Header/*.h",
21   "source_files": "BeacappSDKforiOS/Header/*.h",
22   "preserve_paths": "BeacappSDKforiOS/staticLib/libBeacappSDKforiOS.a",
23   "vendored_libraries": "BeacappSDKforiOS/staticLib/libBeacappSDKforiOS.a",
24   "frameworks": [
25     "CoreLocation",
26     "CoreBluetooth",
27     "SystemConfiguration"
28   ],
29   "libraries": [
30     "z",
31     "BeacappSDKforiOS"
32   ],
33   "requires_arc": true,
34   "xcconfig": {
35     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/BeacappSDKforiOS/BeacappSDKforiOS/staticLib\"",
36     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/BeacappSDKforiOS\""
37   },
38   "dependencies": {
39     "AWSCore": [
40       "2.6.12"
41     ],
42     "AWSDynamoDB": [
43       "2.6.12"
44     ],
45     "AWSKinesis": [
46       "2.6.12"
47     ],
48     "FMDB": [
50     ]
51   }