[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 0 / 5 / PHAssetResourceInputStream / 0.0.5 / PHAssetResourceInputStream.podspec.json
blob3d3db94348aba8c3ca33974fd8fec7b8a266a1dd
2   "name": "PHAssetResourceInputStream",
3   "version": "0.0.5",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "PHAssetResourceInputStream is an input stream implementation library for assets from Photos Framework",
9   "homepage": "https://github.com/fromcelticpark/PHAssetResourceInputStream",
10   "authors": {
11     "Aleksandr Dvornikov": "fromcelticpark@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/fromcelticpark/PHAssetResourceInputStream.git",
15     "tag": "0.0.5"
16   },
17   "source_files": "PHAssetResourceInputStream/*.swift",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "Photos"
25   ],
26   "dependencies": {
27     "POSInputStreamLibrary": [
28       "~> 2.3"
29     ]
30   },
31   "pushed_with_swift_version": "4.0"