diff --git a/Specs/PLAudioStreamingKit/1.1.2/PLAudioStreamingKit.podspec.json b/Specs/PLAudioStreamingKit/1.1.2/PLAudioStreamingKit.podspec.json new file mode 100644 index 00000000000000..ee2c5f5b9f77cc --- /dev/null +++ b/Specs/PLAudioStreamingKit/1.1.2/PLAudioStreamingKit.podspec.json @@ -0,0 +1,42 @@ +{ + "name": "PLAudioStreamingKit", + "version": "1.1.2", + "summary": "Pili iOS AAC Audio streaming framework via RTMP.", + "homepage": "https://github.com/pili-engineering/PLAudioStreamingKit", + "license": "Apache License, Version 2.0", + "authors": { + "0dayZh": "0day.zh@gmail.com" + }, + "source": { + "git": "https://github.com/pili-engineering/PLAudioStreamingKit.git", + "tag": "1.1.2" + }, + "platforms": { + "ios": "7.0" + }, + "requires_arc": true, + "public_header_files": "Pod/Library/include/**/*.h", + "source_files": "Pod/Library/include/**/*.h", + "frameworks": [ + "UIKit", + "AVFoundation", + "AudioToolbox", + "CoreAudio" + ], + "libraries": "z", + "default_subspecs": "precompiled", + "subspecs": [ + { + "name": "precompiled", + "preserve_paths": [ + "Pod/Library/include/**/*.h", + "Pod/Library/lib/*.a" + ], + "vendored_libraries": "Pod/Library/lib/*.a", + "libraries": "PLAudioStreamingKit", + "xcconfig": { + "HEADER_SEARCH_PATHS": "${PODS_ROOT}/PLAudioStreamingKit/PLAudioStreamingKit/lib/include" + } + } + ] +}