| { |
| "name": "ABPTerminalSDK", |
| "version": "0.1.6", |
| "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.6" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "ios": { |
| "vendored_libraries": "ABPTerminalSDK/Libs/*.a" |
| }, |
| "source_files": "ABPTerminalSDK/Classes/*.{h, m}", |
| "public_header_files": "ABPTerminalSDK/Classes/*.h", |
| "frameworks": [ |
| "ExternalAccessory", |
| "CoreBluetooth", |
| "AudioToolbox", |
| "CoreAudio", |
| "MediaPlayer", |
| "AVFoundation" |
| ], |
| "libraries": [ |
| "z", |
| "c++" |
| ], |
| "pod_target_xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC", |
| "ENABLE_BITCODE": "NO" |
| } |
| } |