blob: c51d81217eaaafa59823d0592119d7a64cc33363 [file] [log] [blame]
{
"name": "SBFileStreamer",
"version": "1.3.1",
"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.3.1"
},
"source_files": "SBFileStreamer/SBFileStreamer/*.{h,m}",
"public_header_files": "SBFileStreamer/SBFileStreamer/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"WHC_ModelSqliteKit": [
]
}
}