[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 3 / 2 / 5 / BrickSDK / 1.0.6 / BrickSDK.podspec.json
blobcd9d54011de6bf40166cc380b34b4e1d491c37e0
2   "name": "BrickSDK",
3   "version": "1.0.6",
4   "summary": "Library for accessing the Brick API",
5   "description": "The easiest way integrate Brick into your apps.",
6   "homepage": "https://github.com/brick-arie/ios-sdk-public",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Arie Prasetyo": "prasetyo.mailbox@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/brick-arie/ios-sdk-public.git",
16     "tag": "1.0.6"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "BrickSDK/Classes/**/*.{swift}",
22   "resource_bundles": {
23     "BrickSDK": [
24       "**/*/*.{js,html}"
25     ]
26   },
27   "frameworks": [
28     "UIKit",
29     "WebKit"
30   ]