[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / 6 / PLStreamReport / 1.0.0 / PLStreamReport.podspec.json
blobf79795303686433aa09596e8b45cb915d1276b02
2   "name": "PLStreamReport",
3   "version": "1.0.0",
4   "summary": "Stream status report for PLStreamingKit and PLPlayerKit",
5   "homepage": "https://github.com/pili-engineering/PLStreamReport",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "0dayZh": "0day.zh@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pili-engineering/PLStreamReport.git",
12     "tag": "v1.0.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "public_header_files": "Pod/Library/include/**/*.h",
19   "source_files": "Pod/Library/include/**/*.h",
20   "default_subspecs": "precompiled",
21   "subspecs": [
22     {
23       "name": "precompiled",
24       "preserve_paths": [
25         "Pod/Library/include/**/*.h",
26         "Pod/Library/lib/*.a"
27       ],
28       "vendored_libraries": "Pod/Library/lib/*.a",
29       "libraries": "PLStreamReport"
30     }
31   ]