[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / f / 9 / CoreBluetoothMock / 0.12.1 / CoreBluetoothMock.podspec.json
blob289b706596e8b450cefd03eea8a4c2b4be372c03
2   "name": "CoreBluetoothMock",
3   "version": "0.12.1",
4   "summary": "Mocking library for CoreBluetooth.",
5   "description": "This is a mocking library for CoreBluetooth framework. Allows to mock a Bluetooth Low Energy\ndevice and test the app on simulator.",
6   "homepage": "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock",
7   "license": {
8     "type": "BSD 3-Clause",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aleksander Nowakowski": "aleksander.nowakowski@nordicsemi.no"
13   },
14   "source": {
15     "git": "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git",
16     "tag": "0.12.1"
17   },
18   "social_media_url": "https://twitter.com/nordictweets",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.13",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "swift_versions": [
26     "4.2",
27     "5.0",
28     "5.1",
29     "5.2",
30     "5.3",
31     "5.4"
32   ],
33   "pod_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   },
36   "source_files": "CoreBluetoothMock/Classes/**/*",
37   "user_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "swift_version": "5.4"