[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 5 / c / 6 / ConnectClient / 0.2.0 / ConnectClient.podspec.json
blob258ada0545dd4a50669a5e7b98c6e7c20c055786
2   "name": "ConnectClient",
3   "version": "0.2.0",
4   "summary": "The Connect iOS and OSX SDK",
5   "description": "                       Use Connect to build beautiful visualizations for your users.\n                       The Connect SDK makes it easy to push events to Connect ready for querying and visualizing.\n",
6   "homepage": "https://github.com/getconnect/connect-cocoa",
7   "license": "MIT",
8   "authors": {
9     "Chad Edrupt": "chad@getconnect.io"
10   },
11   "source": {
12     "git": "https://github.com/getconnect/connect-cocoa.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "*.{h,m}",
21     "Utilities/*.{h,m}"
22   ],
23   "exclude_files": "Example/**/*",
24   "dependencies": {
25     "YapDatabase": [
26       "~> 2.6"
27     ]
28   }