forked from artFintch/Chester
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChester.podspec
More file actions
31 lines (23 loc) · 1.03 KB
/
Chester.podspec
File metadata and controls
31 lines (23 loc) · 1.03 KB
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
28
29
30
31
#
# Be sure to run `pod spec lint Chester.podspec.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "Chester"
s.version = "0.5.0"
s.summary = "Chester is a Swift GraphQL query builder."
s.description = <<-DESC
Work in progress: Simplify building GraphQL queries with Chester.
DESC
s.homepage = "https://github.com/JanGorman/Chester"
s.license = "MIT"
s.author = { "Jan Gorman" => "gorman.jan@gmail.com" }
s.social_media_url = "http://twitter.com/JanGorman"
s.platform = :ios, "8.0"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/JanGorman/Chester.git", :tag => s.version }
s.source_files = "Classes", "Chester/*.swift"
end