forked from Ramotion/reel-search
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRAMReel.podspec
More file actions
23 lines (14 loc) 路 728 Bytes
/
Copy pathRAMReel.podspec
File metadata and controls
23 lines (14 loc) 路 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = "RAMReel"
s.version = "3.0.0"
s.summary = "Live search control with reel of suggestions"
s.screenshots = "https://raw.githubusercontent.com/Ramotion/reel-search/master/reel-search.gif"
s.homepage = "https://github.com/Ramotion/reel-search"
s.license = "MIT"
s.author = { "Mikhail Stepkin, Ramotion Inc." => "mikhail.s@ramotion.com" }
s.social_media_url = "https://twitter.com/Ramotion"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/Ramotion/reel-search.git", :tag => "#{s.version}" }
s.source_files = "RAMReel/Framework", "RAMReel/Framework/**/*.{h,m,swift}"
s.resources = "RAMReel/Roboto/*.*"
end