blob: 5a3f6e3c81069672739a22924b8831b5fa375111 [file] [log] [blame]
{
"name": "StreamKit-UI",
"version": "1.1",
"summary": "StreamKit chain block",
"homepage": "https://github.com/FromHell-620/StreamKit-UI",
"license": "MIT",
"authors": {
"GodL": "547188371@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/FromHell-620/StreamKit-UI.git",
"tag": "1.1"
},
"source_files": [
"StreamKit-UI",
"StreamKit-UI/StreamKit-UI.h"
],
"public_header_files": "StreamKit-UI/StreamKit-UI.h",
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "UIView",
"source_files": "StreamKit-UI/UIView/*.{h,m}"
},
{
"name": "UIScrollView",
"dependencies": {
"StreamKit/UIView": [
]
},
"source_files": "StreamKit-UI/UIScrollView/*.{h,m}"
}
]
}