[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / 5 / d / MOBCore / 2.5.2 / MOBCore.podspec.json
blob225caeb2fe8b15ad0682305e187922d7f73b9515
2   "name": "MOBCore",
3   "version": "2.5.2",
4   "summary": "A core set of functions and extensions to power a slew of applications",
5   "homepage": "https://github.com/Moballo-LLC/MOBCore",
6   "license": "MIT",
7   "authors": {
8     "Jason Morcos - Moballo, LLC": "jason.morcos@moballo.com"
9   },
10   "source": {
11     "git": "https://github.com/Moballo-LLC/MOBCore.git",
12     "tag": "2.5.2"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "watchos": "3.0"
17   },
18   "swift_version": "4.2",
19   "frameworks": "Foundation",
20   "source_files": [
21     "Sources/**/*.swift"
22   ],
23   "ios": {
24     "source_files": "Sources-iOS-only/**/*.swift"
25   },
26   "watchos": {
27     "source_files": "Sources-watchOS-only/**/*.swift"
28   }