| { |
| "name": "PLStreamReport", |
| "version": "1.1.0", |
| "summary": "Stream status report for PLStreamingKit and PLPlayerKit", |
| "homepage": "https://github.com/pili-engineering/PLStreamReport", |
| "license": "Apache License, Version 2.0", |
| "authors": { |
| "0dayZh": "0day.zh@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/pili-engineering/PLStreamReport.git", |
| "tag": "v1.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "public_header_files": "Pod/Library/include/**/*.h", |
| "source_files": "Pod/Library/include/**/*.h", |
| "default_subspecs": "precompiled", |
| "subspecs": [ |
| { |
| "name": "precompiled", |
| "preserve_paths": [ |
| "Pod/Library/include/**/*.h", |
| "Pod/Library/lib/*.a" |
| ], |
| "vendored_libraries": "Pod/Library/lib/*.a", |
| "libraries": "PLStreamReport" |
| } |
| ] |
| } |