blob: fe27bcde6344dd9fff28503a6df2fc306db79713 [file] [log] [blame]
{
"name": "Feelm",
"version": "0.1.0",
"summary": "iOS media wrapping library",
"description": "iOS AVFoundation class wrapping library",
"homepage": "https://github.com/cp-feel/Feelm",
"license": {
"type": "MIT",
"file": "license.md"
},
"authors": {
"feel": "criscristoper@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/cp-feel/Feelm.git",
"tag": "0.1.0"
},
"source_files": [
"Feelm",
"Feelm/**/*.{h,swift}"
],
"exclude_files": "Feelm/**/*.plist",
"frameworks": "AVFoundation",
"swift_version": "5.0"
}