forked from massiveinteractive/StatefulViewController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStatefulViewController.podspec
More file actions
15 lines (15 loc) · 870 Bytes
/
StatefulViewController.podspec
File metadata and controls
15 lines (15 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = "StatefulViewController"
s.version = "3.0"
s.summary = "Placeholder views based on content, loading, error or empty states"
s.description = "A view controller subclass that presents placeholder views based on content, loading, error or empty states."
s.homepage = "https://github.com/aschuch/StatefulViewController"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Alexander Schuch" => "alexander@schuch.me" }
s.social_media_url = "http://twitter.com/schuchalexander"
s.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/aschuch/StatefulViewController.git", :tag => s.version }
s.requires_arc = true
s.source_files = 'StatefulViewController/*.swift'
end