[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 3 / f / DummyTestingPod / 0.1.0 / DummyTestingPod.podspec.json
blob0908a35f01e61ad1f6b6e94c3215d49b0b1062a1
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.1.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.1.0"
20   },
21   "source_files": [
22     "DummyTestingPod/Classes/**/*"
23   ],
24   "vendored_libraries": "DummyTestingPod/libPredictIOSDK.a",
25   "public_header_files": "DummyTestingPod/Classes/**/*.h",
26   "preserve_paths": "DummyTestingPod/**/*.h",
27   "frameworks": [
28     "UIKit",
29     "CoreMotion",
30     "CoreLocation",
31     "CoreTelephony",
32     "AdSupport",
33     "AVFoundation",
34     "CoreBluetooth",
35     "SystemConfiguration",
36     "ExternalAccessory"
37   ],
38   "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 Pod file there will be no need to create the bridging header."