[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / b / 2 / 6 / PLStreamReport / 1.1.0 / PLStreamReport.podspec.json
blobd14fbb4fb5d106daa5f3b6304f36cd769c2999e6
2   "name": "PLStreamReport",
3   "version": "1.1.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.1.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   ]