| { |
| "name": "KerfuSDK", |
| "version": "0.0.1.22", |
| "summary": "KerfuSDK", |
| "description": "KerfuSDK is sdk for naturali features about dhl and asr", |
| "homepage": "https://www.naturali.io", |
| "source": { |
| "git": "https://github.com/duihualiu/kerfu.ios.demo.git", |
| "tag": "0.0.1.22" |
| }, |
| "license": { |
| "type": "MIT", |
| "text": " \tCopyright 2018\n \t\t\tPermission is granted to Naturali\n" |
| }, |
| "authors": { |
| "fy": "yi.fang@naturali.io" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "KerfuSDK/include/*.h", |
| "vendored_libraries": "KerfuSDK/libKerfuSDK.a", |
| "requires_arc": true, |
| "libraries": "c++", |
| "xcconfig": { |
| "CLANG_CXX_LANGUAGE_STANDARD": "c++11", |
| "CLANG_CXX_LIBRARY": "libc++" |
| }, |
| "frameworks": "AudioToolbox", |
| "dependencies": { |
| "Protobuf": [ |
| |
| ], |
| "FMDB": [ |
| |
| ] |
| } |
| } |