[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 3 / 1 / Mapfit / 2.0 / Mapfit.podspec.json
blob7cffb98e6174f0b35ae1effa0fd795200a364483
2   "name": "Mapfit",
3   "version": "2.0",
4   "summary": "Mapfit iOS SDK",
5   "description": "The Mapfit iOS SDK packages up everything you need to use Mapfit services in your iOS applications. It also simplifies setup, installation, API key management, and generally makes your life better.",
6   "homepage": "https://mapfit.com/developers",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "requires_arc": true,
12   "authors": {
13     "Mapfit": "zain@mapfit.com"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/mapfit/iOS-sdk.git",
20     "tag": "2.0"
21   },
22   "dependencies": {
23     "Tetragon-mobile": [
25     ]
26   },
27   "source_files": [
28     "iOS-SDK/*.swift",
29     "iOS-SDK/*/*.swift"
30   ],
31   "resource_bundles": {
32     "houseStyles": [
33       "iOS-SDK/houseStyles.bundle/**/*.*"
34     ]
35   }