[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / e / 5 / LKButterflyGoogleMaps / 0.2.0 / LKButterflyGoogleMaps.podspec.json
blobd3e036e6d1d3abc7bb56044bb4edfd9c9ba59dc2
2   "name": "LKButterflyGoogleMaps",
3   "version": "0.2.0",
4   "summary": "Google Maps for Butterfly",
5   "description": "Shared code for maps using Butterfly.  This is the iOS portion.",
6   "homepage": "https://github.com/lightningkite/butterfly-maps-ios-google",
7   "license": "MIT",
8   "authors": {
9     "Captain": "joseph@lightningkite.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/lightningkite/butterfly-maps-ios-google.git",
16     "tag": "0.2.0"
17   },
18   "source_files": "LKButterflyGoogleMaps/**/*.swift",
19   "pod_target_xcconfig": {
20     "DEFINES_MODULE": "YES",
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "static_framework": true,
27   "requires_arc": true,
28   "swift_versions": "5.3",
29   "xcconfig": {
30     "SWIFT_VERSION": "5.3"
31   },
32   "dependencies": {
33     "LKButterfly/Core": [
35     ],
36     "GoogleMaps": [
38     ],
39     "GooglePlaces": [
41     ]
42   },
43   "swift_version": "5.3"