blob: 335f3f24cb4d2b025f63aca252cdaa1bfc304f64 [file] [log] [blame]
{
"name": "POSInputStreamLibrary",
"version": "2.1.1",
"license": "MIT",
"summary": "NSInputStream implementation for ALAsset and other kinds of data source.",
"homepage": "https://github.com/pavelosipov/POSInputStreamLibrary",
"authors": {
"Pavel Osipov": "posipov84@gmail.com"
},
"source": {
"git": "https://github.com/pavelosipov/POSInputStreamLibrary.git",
"tag": "2.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "POSInputStreamLibrary/*.{h,m}",
"frameworks": [
"Foundation",
"AssetsLibrary",
"UIKit",
"ImageIO"
],
"weak_frameworks": "Photos"
}