blob: 5fa38989a81af62184b9606655309153bfccb1e6 [file] [log] [blame]
{
"name": "PHAssetResourceInputStream",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "PHAssetResourceInputStream is an NSInputStream implementation library for Photos Framework",
"homepage": "https://github.com/fromcelticpark/PHAssetResourceInputStream",
"authors": {
"Aleksandr Dvornikov": "fromcelticpark@gmail.com"
},
"source": {
"git": "https://github.com/fromcelticpark/PHAssetResourceInputStream.git",
"tag": "0.0.1"
},
"source_files": "PHAssetResourceInputStream/*.swift",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"Photos"
],
"dependencies": {
"POSInputStreamLibrary": [
"~> 2.3"
],
"Safe": [
"~> 1.2"
]
}
}