[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 3 / f / DummyTestingPod / 0.7.0 / DummyTestingPod.podspec.json
blobbf667078ef13611e5f862b802149d49ffd93a734
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.7.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.7.0"
20   },
21   "source_files": [
22     "DummyTestingPod/Classes/**/*",
23     "DummyTestingPod/PredictIO.modulemap"
24   ],
25   "vendored_libraries": "DummyTestingPod/libPredictIO.a",
26   "public_header_files": "DummyTestingPod/Classes/**/*.h",
27   "preserve_paths": "DummyTestingPod/DummyTestingPod.modulemap",
28   "frameworks": [
29     "UIKit",
30     "CoreMotion",
31     "CoreLocation",
32     "CoreTelephony",
33     "AdSupport",
34     "AVFoundation",
35     "CoreBluetooth",
36     "SystemConfiguration",
37     "ExternalAccessory"
38   ],
39   "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.",
40   "module_map": "DummyTestingPod/DummyTestingPod.modulemap",
41   "header_dir": "DummyTestingPod",
42   "module_name": "DummyTestingPod",
43   "xcconfig": {
44     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/mypod/DummyTestingPod"
45   },
46   "pod_target_xcconfig": {
47     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/mypod/DummyTestingPod"
48   }