blob: c10d55fc38e4712e57ebc50f5539835c4062f49f [file] [log] [blame]
{
"name": "StreamKit",
"version": "1.0.2",
"summary": "A streaming programming framework for UIKit.",
"homepage": "https://github.com/godL/StreamKit",
"license": "MIT",
"authors": {
"GodL": "547188371@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/godL/StreamKit.git",
"tag": "1.0.2"
},
"source_files": [
"StreamKit",
"StreamKit/*.{h,m}"
],
"public_header_files": "StreamKit/*.{h}",
"frameworks": "UIKit",
"requires_arc": true
}