-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSBFileStreamer.podspec
27 lines (20 loc) · 1.01 KB
/
SBFileStreamer.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Pod::Spec.new do |s|
s.name = "SBFileStreamer"
s.version = "1.3.2"
s.summary = "Basic file streamer for iOS development."
s.description = "Basic file streamer for Objc.Inc iOS Developers, such as ViewController/View etc."
s.homepage = "https://github.com/iFindTA"
s.license = "MIT (LICENSE)"
s.author = { "nanhujiaju" => "[email protected]" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/iFindTA/SBFileStreamer.git", :tag => "#{s.version}" }
s.source_files = "SBFileStreamer/SBFileStreamer/*.{h,m}"
s.public_header_files = "SBFileStreamer/SBFileStreamer/*.h"
#s.resources = "PBBaseClasses/Pod/Assets/*.lproj","PBBaseClasses/Pod/Assets/PBBaseClasses.xcassets/*"
s.frameworks = "UIKit","Foundation"
# s.frameworks = "SomeFramework", "AnotherFramework"
s.requires_arc = true
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
s.dependency 'AFNetworking'
s.dependency 'WHC_ModelSqliteKit'
end