| { |
| "name": "ABPTerminalSDK", |
| "version": "0.1.0", |
| "summary": "Minimal edits from one collection to another", |
| "homepage": "https://github.com/AlexanderGolovanov/ABPTerminalSDK", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "AlexanderGolovanov": "alexander_golovanov@icloud.com" |
| }, |
| "source": { |
| "git": "https://github.com/AlexanderGolovanov/ABPTerminalSDK.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "ios": { |
| "vendored_libraries": [ |
| "ABPTerminalSDK/Libs/libcommon_1_5_6.a", |
| "ABPTerminalSDK/Libs/libgochipsdk_1_5_6.a", |
| "ABPTerminalSDK/Libs/librest-connector-wn_1_5_6.a" |
| ] |
| }, |
| "source_files": "ABPTerminalSDK/Classes/*.{h, m}", |
| "public_header_files": "ABPTerminalSDK/Classes/*.h", |
| "frameworks": [ |
| "ExternalAccessory", |
| "CoreBluetooth", |
| "AudioToolbox", |
| "CoreAudio", |
| "MediaPlayer", |
| "AVFoundation" |
| ] |
| } |