forked from doorbell/ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDoorbell.podspec
28 lines (24 loc) · 1.02 KB
/
Doorbell.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
28
#
# Be sure to run `pod spec lint Doorbell.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 = "Doorbell"
s.version = "0.0.6"
s.summary = "In-app user feedback gathering SDK for Doorbell.io"
s.description = "Easily gather in-app feedback from your users, for free!"
s.homepage = "https://doorbell.io"
s.license = "MIT"
s.author = "manavo"
s.social_media_url = "http://twitter.com/doorbell_io"
s.platform = :ios, "5.0"
s.source = { :git => "https://github.com/doorbell/ios-sdk.git", :tag => "0.0.6" }
s.source_files = "Classes"
s.framework = "QuartzCore"
s.requires_arc = true
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "JSONKit", "~> 1.4"
end