blob: f3ea641641cfb8851e67f3f3b85f8cddecc8ea33 [file] [log] [blame]
{
"name": "POSInputStreamLibrary",
"version": "1.0.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": "1.0.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "POSInputStreamLibrary/*.{h,m}",
"frameworks": [
"Foundation",
"AssetsLibrary"
]
}