Skip to content

Commit 4493b49

Browse files
committed
podspec update
1 parent 2240a8a commit 4493b49

File tree

1 file changed

+27
-26
lines changed

1 file changed

+27
-26
lines changed

ARCarMovement.podspec

+27-26
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11

22
Pod::Spec.new do |s|
33

4-
s.name = "ARCarMovement"
5-
s.version = "1.0.1"
6-
s.summary = "Here Marker move as vehicles moves with turns as uber does in their app."
4+
s.name = 'ARCarMovement'
5+
s.version = '2.0.0'
6+
s.summary = 'Here Marker move as vehicles moves with turns as Uber/Ola does in their app.'
77

88
s.description = <<-DESC
99
Achieve the Moving Marker(car) animation in iOS using the Google map with old and new coordinates animating bearing value the markers are moving.
1010
DESC
1111

12-
s.homepage = "https://github.com/antonyraphel/ARCarMovement"
13-
s.screenshots = "https://raw.githubusercontent.com/antonyraphel/ARCarMovement/30b4fa26fc4f14abaef5da147544db8d558b1c18/screenshot/image-1.png"
12+
s.homepage = 'https://github.com/antonyraphel/ARCarMovement'
13+
s.screenshots = 'https://raw.githubusercontent.com/antonyraphel/ARCarMovement/30b4fa26fc4f14abaef5da147544db8d558b1c18/screenshot/image-1.png'
1414

15-
s.license = { :type => "MIT", :file => "LICENSE" }
16-
s.author = "Antony Raphel"
17-
s.social_media_url = "https://twitter.com/antonypr717"
18-
s.platform = :ios, "9.0"
15+
s.license = { :type => 'MIT', :file => 'LICENSE' }
16+
s.author = { 'Antony Raphel' => '[email protected]' }
17+
s.social_media_url = 'https://twitter.com/antonypr717'
18+
s.platform = :ios, '9.0'
1919
s.ios.deployment_target = '9.0'
20+
s.swift_version = '3.2'
21+
2022
s.source = { :git => "https://github.com/antonyraphel/ARCarMovement.git", :tag => "v#{s.version}" }
2123
#s.source_files = 'ARCarMovement/ARCarMovement/**/*.{h,m}'
2224
#s.pushed_with_swift_version = s.version
@@ -29,27 +31,26 @@ s.static_framework = true
2931

3032
#s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
3133

32-
s.public_header_files = 'ARCarMovement/ARCarMovement/**/*.h'
34+
#s.public_header_files = 'ARCarMovement/ARCarMovement/**/*.h'
3335
s.dependency 'GoogleMaps', '~> 2.0'
3436
s.requires_arc = true
35-
s.frameworks = [
36-
"Accelerate",
37-
"CoreTelephony",
38-
"CoreText",
39-
"GLKit",
40-
"ImageIO",
41-
"OpenGLES",
42-
"QuartzCore"
43-
]
44-
s.libraries = 'c++', 'z'
45-
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
46-
37+
#s.frameworks = [
38+
# "Accelerate",
39+
# "CoreTelephony",
40+
# "CoreText",
41+
# "GLKit",
42+
# "ImageIO",
43+
# "OpenGLES",
44+
# "QuartzCore"
45+
# ]
46+
#s.libraries = 'c++', 'z'
47+
#s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
4748

4849

49-
s.vendored_frameworks = [
50-
"Maps/Frameworks/GoogleMaps.framework",
51-
"Maps/Frameworks/GoogleMapsCore.framework"
52-
]
50+
#s.vendored_frameworks = [
51+
# "Maps/Frameworks/GoogleMaps.framework",
52+
# "Maps/Frameworks/GoogleMapsCore.framework"
53+
# ]
5354

5455
end
5556

0 commit comments

Comments
 (0)