-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFindViewControl.podspec
More file actions
24 lines (22 loc) · 978 Bytes
/
FindViewControl.podspec
File metadata and controls
24 lines (22 loc) · 978 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 = "FindViewControl"
s.version = "1.0.14"
s.summary = "FindViewControl for Find implementation"
s.description = "FindViewControl for plotting nearby places based on location"
s.homepage = "https://github.com/Kruks/FindViewControl/blob/master/README.md"
s.license = "MIT"
s.author = "Krutika Gandhi"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/Kruks/FindViewControl.git", :tag => "#{s.version}" }
s.source_files = "FindViewControl", "FindViewControl/**/*.{h,m,swift,xib,png,strings}"
s.requires_arc = true
s.dependency 'MFSideMenu'
s.dependency 'MBProgressHUD', '~> 0.9.2'
s.dependency 'Alamofire', '~> 4.3'
s.dependency 'GoogleMaps'
s.dependency 'SQLite.swift', '~> 0.11.2'
s.pod_target_xcconfig = {
'FRAMEWORK_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/GoogleMaps',
'OTHER_LDFLAGS' => '$(inherited) -undefined dynamic_lookup -ObjC'
}
end