blob: f175ab31d8882bb452dbb7aeb33149db7cc5afd4 [file] [log] [blame]
{
"name": "PHAssetResourceInputStream",
"version": "0.0.6",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "PHAssetResourceInputStream is an input stream implementation library for assets from 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.6"
},
"source_files": "PHAssetResourceInputStream/*.swift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"Photos"
],
"dependencies": {
"POSInputStreamLibrary": [
"~> 2.3"
]
}
}