[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 7 / 8 / JacquardSDK / 0.2.0 / JacquardSDK.podspec.json
blob22ebae431cc6c2bf84039803115bbd8ae25e63dc
2   "name": "JacquardSDK",
3   "version": "0.2.0",
4   "summary": "This SDK allows you to connect to your Jacquard jacket or backpack in your own iOS app.",
5   "description": "Jacquard by Google weaves new digital experiences into the things you love, wear, and use every day to give you\nthe power to do more and be more. Jacquard SDK is a way to connect Jacquard interactions within your apps.\nCreate an app and bring it to life with gestures, haptics and more through the Jacquard SDK.",
6   "homepage": "https://google.github.io/JacquardSDKiOS",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mark Aufflick": "maufflick@google.com"
13   },
14   "source": {
15     "git": "https://github.com/google/JacquardSDKiOS.git",
16     "tag": "0.2.0"
17   },
18   "swift_versions": "5",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "default_subspecs": "SDK",
23   "dependencies": {
24     "SwiftProtobuf": [
25       "~> 1.0"
26     ]
27   },
28   "resources": "JacquardSDK/Resources/*",
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "scheme": {
34         "code_coverage": true
35       },
36       "source_files": "Tests/**/*.swift",
37       "resources": "Tests/TestResources/*"
38     }
39   ],
40   "subspecs": [
41     {
42       "name": "SDK",
43       "source_files": "JacquardSDK/Classes/**/*",
44       "frameworks": [
45         "Foundation",
46         "CoreBluetooth"
47       ],
48       "dependencies": {
49         "JacquardSDK/Protobuf": [
51         ]
52       }
53     },
54     {
55       "name": "Protobuf",
56       "source_files": "JacquardSDK/Protobuf/*"
57     }
58   ],
59   "swift_version": "5"