Skip to content

Commit

Permalink
[Add] PLAudioStreamingKit 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0dayZh authored and CocoaPodsBot committed Jul 6, 2015
1 parent f4c1121 commit e6c6802
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions 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"
}
}
]
}

0 comments on commit e6c6802

Please sign in to comment.