[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 1 / f / ABPTerminalSDK / 0.1.7 / ABPTerminalSDK.podspec.json
blobe64cc3411ddb25cf3c6bff345e8f6ef85a0f8587
2   "name": "ABPTerminalSDK",
3   "version": "0.1.7",
4   "summary": "Minimal edits from one collection to another",
5   "homepage": "https://github.com/AlexanderGolovanov/ABPTerminalSDK",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "AlexanderGolovanov": "alexander_golovanov@icloud.com"
12   },
13   "source": {
14     "git": "https://github.com/AlexanderGolovanov/ABPTerminalSDK.git",
15     "tag": "0.1.7"
16   },
17   "static_framework": true,
18   "platforms": {
19     "ios": "11.0"
20   },
21   "ios": {
22     "vendored_libraries": "ABPTerminalSDK/Libs/*.a"
23   },
24   "source_files": "ABPTerminalSDK/Classes/*.{h, m}",
25   "public_header_files": "ABPTerminalSDK/Classes/*.h",
26   "frameworks": [
27     "ExternalAccessory",
28     "CoreBluetooth",
29     "AudioToolbox",
30     "CoreAudio",
31     "MediaPlayer",
32     "AVFoundation"
33   ],
34   "libraries": [
35     "z",
36     "c++"
37   ],
38   "pod_target_xcconfig": {
39     "OTHER_LDFLAGS": "-ObjC",
40     "ENABLE_BITCODE": "NO"
41   }