[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 3 / f / DummyTestingPod / 0.6.0 / DummyTestingPod.podspec.json
blob42dc88408013807231a83839ed1a552aa7ceae35
2   "name": "DummyTestingPod",
3   "platforms": {
4     "ios": "7.0"
5   },
6   "summary": "This is a dummy pod created to check the module map generation.",
7   "requires_arc": true,
8   "version": "0.6.0",
9   "license": {
10     "type": "Apache License, Version 2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "ahaseebchina01": "ahaseebchina01@gmail.com"
15   },
16   "homepage": "https://github.com/ahaseebchina01/DummyTestingPod",
17   "source": {
18     "git": "https://github.com/ahaseebchina01/DummyTestingPod.git",
19     "tag": "0.6.0"
20   },
21   "source_files": "DummyTestingPod/Classes/**/*",
22   "vendored_libraries": "DummyTestingPod/libPredictIO.a",
23   "public_header_files": "DummyTestingPod/Classes/**/*.h",
24   "preserve_paths": "DummyTestingPod/**/*.h",
25   "frameworks": [
26     "UIKit",
27     "CoreMotion",
28     "CoreLocation",
29     "CoreTelephony",
30     "AdSupport",
31     "AVFoundation",
32     "CoreBluetooth",
33     "SystemConfiguration",
34     "ExternalAccessory"
35   ],
36   "description": "This is a dummy pod used to check the module map generation so that when ever in swift project use_frameworks is written in Podfile there will be no need to create the bridging header.",
37   "module_map": "DummyTestingPod/DummyTestingPod.modulemap",
38   "header_dir": "DummyTestingPod",
39   "module_name": "DummyTestingPod",
40   "xcconfig": {
41     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/mypod/DummyTestingPod"
42   },
43   "pod_target_xcconfig": {
44     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/mypod/DummyTestingPod"
45   }