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