[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / a / demomaps / 0.0.5 / demomaps.podspec.json
blobc1ade597baad44a382cb10d42aacd7ba818db5fe
2   "name": "demomaps",
3   "version": "0.0.5",
4   "homepage": "https://github.com/sebastian989/demomaps",
5   "summary": "git@github.com:sebastian989/demomaps.git",
6   "authors": {
7     "S Gomez": "sebastiangomez989@gmail.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source_files": "demomaps/*.{h,m}",
17   "module_name": "demomaps",
18   "source": {
19     "git": "https://github.com/sebastian989/demomaps.git",
20     "tag": "0.0.5"
21   },
22   "requires_arc": true,
23   "libraries": [
24     "c++",
25     "icucore",
26     "z"
27   ],
28   "frameworks": [
29     "AVFoundation",
30     "CoreData",
31     "CoreLocation",
32     "CoreText",
33     "Foundation",
34     "GLKit",
35     "ImageIO",
36     "OpenGLES",
37     "QuartzCore",
38     "SystemConfiguration",
39     "GoogleMaps"
40   ],
41   "resource_bundles": {
42     "GoogleMaps": [
43       "Pods/GoogleMaps/Frameworks/GoogleMaps.framework/Resources/*.bundle"
44     ]
45   },
46   "vendored_frameworks": "Dependencies/GoogleMaps.framework",
47   "resources": [
48     "demomaps/MapViewViewController.xib"
49   ],
50   "xcconfig": {
51     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/demomaps/Dependencies"
52   }