Skip to content

Commit a375059

Browse files
Siddharth-kushwahaCocoaPodsBot
authored andcommitted
[Add] MapplsMap 6.0.0
1 parent d2692ac commit a375059

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"name": "MapplsMap",
3+
"version": "6.0.0",
4+
"summary": "MAPPLS's vector map solution for iOS with full styling capabilities.",
5+
"description": "MAPPLS's OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa Touch APIs.",
6+
"license": {
7+
"type": "BSD",
8+
"file": "LICENSE.md"
9+
},
10+
"authors": {
11+
"MAPPLS": "[email protected]"
12+
},
13+
"screenshots": "https://s3-ap-south-1.amazonaws.com/mmi-api-team/moveSDK/ios/resources/APIsImage.jpg",
14+
"social_media_url": "https://twitter.com/mappls",
15+
"homepage": "https://github.com/mappls-api/mappls-ios-sdk",
16+
"documentation_url": "https://github.com/mappls-api/mappls-ios-sdk/tree/main/docs/v1.0.31/MapplsMap.md",
17+
"readme": "https://github.com/mappls-api/mappls-ios-sdk/tree/main/docs/v1.0.31/MapplsMap.md",
18+
"changelog": "https://github.com/mappls-api/mappls-ios-sdk/tree/main/docs/v1.0.31/Changelog/MapplsMap.md",
19+
"source": {
20+
"http": "https://mmi-api-team.s3.amazonaws.com/Mappls-SDKs/iOS/MapplsMap/MapplsMap-6.0.0.zip",
21+
"flatten": true
22+
},
23+
"platforms": {
24+
"ios": "9.0"
25+
},
26+
"requires_arc": true,
27+
"swift_versions": "4.0",
28+
"default_subspecs": "Complete",
29+
"subspecs": [
30+
{
31+
"name": "Complete",
32+
"dependencies": {
33+
"MapplsMap/Base": [
34+
35+
],
36+
"MapplsMap/Dependencies": [
37+
38+
]
39+
}
40+
},
41+
{
42+
"name": "Base",
43+
"ios": {
44+
"vendored_frameworks": "MapplsMap.xcframework"
45+
}
46+
},
47+
{
48+
"name": "Dependencies",
49+
"dependencies": {
50+
"MapplsAPICore": [
51+
"~> 1.0.16"
52+
],
53+
"MapplsLMS/Base": [
54+
"~> 1.0.5"
55+
],
56+
"MapplsAPIKit/Base": [
57+
"~> 2.0.30"
58+
]
59+
}
60+
}
61+
],
62+
"swift_version": "4.0"
63+
}

0 commit comments

Comments
 (0)