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