[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 0 / 5 / SBFileStreamer / 1.3.1 / SBFileStreamer.podspec.json
blobc51d81217eaaafa59823d0592119d7a64cc33363
2   "name": "SBFileStreamer",
3   "version": "1.3.1",
4   "summary": "Basic file streamer for iOS development.",
5   "description": "Basic file streamer for Objc.Inc iOS Developers, such as ViewController/View etc.",
6   "homepage": "https://github.com/iFindTA",
7   "license": "MIT (LICENSE)",
8   "authors": {
9     "nanhujiaju": "nanhujiaju@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/iFindTA/SBFileStreamer.git",
16     "tag": "1.3.1"
17   },
18   "source_files": "SBFileStreamer/SBFileStreamer/*.{h,m}",
19   "public_header_files": "SBFileStreamer/SBFileStreamer/*.h",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
28     ],
29     "WHC_ModelSqliteKit": [
31     ]
32   }