1
1
2
2
Pod ::Spec . new do |s |
3
3
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.'
7
7
8
8
s . description = <<-DESC
9
9
Achieve the Moving Marker(car) animation in iOS using the Google map with old and new coordinates animating bearing value the markers are moving.
10
10
DESC
11
11
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'
14
14
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'
19
19
s . ios . deployment_target = '9.0'
20
+ s . swift_version = '3.2'
21
+
20
22
s . source = { :git => "https://github.com/antonyraphel/ARCarMovement.git" , :tag => "v#{ s . version } " }
21
23
#s.source_files = 'ARCarMovement/ARCarMovement/**/*.{h,m}'
22
24
#s.pushed_with_swift_version = s.version
@@ -29,27 +31,26 @@ s.static_framework = true
29
31
30
32
#s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
31
33
32
- s . public_header_files = 'ARCarMovement/ARCarMovement/**/*.h'
34
+ # s.public_header_files = 'ARCarMovement/ARCarMovement/**/*.h'
33
35
s . dependency 'GoogleMaps' , '~> 2.0'
34
36
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' }
47
48
48
49
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
+ # ]
53
54
54
55
end
55
56
0 commit comments