[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 5 / d / MOBCore / 2.4.9 / MOBCore.podspec.json
blob10e01c44f49f039cb7f0701a254ebfdf67ce131c
2   "name": "MOBCore",
3   "version": "2.4.9",
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.4.9"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "watchos": "2.0"
17   },
18   "swift_version": "4.0",
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   }