forked from 0xNSHuman/TimelineCards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TimelineCards.podspec
27 lines (17 loc) · 1.01 KB
/
TimelineCards.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 = "TimelineCards"
s.version = "1.0.5"
s.summary = "Autogenerated timelines presented as cards. Single or bundled into feed."
s.homepage = "https://github.com/vladaverin24/TimelineCards"
s.screenshots = "https://raw.githubusercontent.com/vladaverin24/TimelineCards/master/Screenshots/timeline_feed.gif", "https://raw.githubusercontent.com/vladaverin24/TimelineCards/master/Screenshots/card_randomized.gif"
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = { "Vlad Averin" => "hello@vladaverin.me" }
s.social_media_url = "http://facebook.com/vaverin"
s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/vladaverin24/TimelineCards.git", :tag => "v1.0.5" }
s.source_files = "TimelineCards", "TimelineCards/**/*.swift"
s.frameworks = "UIKit", "CoreGraphics"
s.requires_arc = true
s.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS[config=Debug]' => '-D DEBUG' }
end