[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 0 / 5 / PHAssetResourceInputStream / 0.0.1 / PHAssetResourceInputStream.podspec.json
blob5fa38989a81af62184b9606655309153bfccb1e6
2   "name": "PHAssetResourceInputStream",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "PHAssetResourceInputStream is an NSInputStream implementation library for 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.1"
16   },
17   "source_files": "PHAssetResourceInputStream/*.swift",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "Photos"
25   ],
26   "dependencies": {
27     "POSInputStreamLibrary": [
28       "~> 2.3"
29     ],
30     "Safe": [
31       "~> 1.2"
32     ]
33   }