blob: 61ced5d162b73ff1d56ad4e3c49d55bd71b3aade [file] [log] [blame]
{
"name": "StreamKit",
"version": "1.1.7",
"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.1.7"
},
"source_files": [
"StreamKit",
"StreamKit/**/*.{h,m}"
],
"public_header_files": "StreamKit/**/*.{h}",
"frameworks": "UIKit",
"requires_arc": true
}