blob: f969def635839459d42c34871d143d6bf0b82a95 [file] [log] [blame]
{
"name": "SBFileStreamer",
"version": "1.2.0",
"summary": "Basic file streamer for iOS development.",
"description": "Basic file streamer for Objc.Inc iOS Developers, such as ViewController/View etc.",
"homepage": "https://github.com/iFindTA",
"license": "MIT (LICENSE)",
"authors": {
"nanhujiaju": "nanhujiaju@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/iFindTA/SBFileStreamer.git",
"tag": "1.2.0"
},
"source_files": "SBFileStreamer/SBFileStreamer/*.{h,m}",
"public_header_files": "SBFileStreamer/SBFileStreamer/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"WHC_ModelSqliteKit": [
]
}
}