[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / b / ViaSwiftUtils / 2.1.0 / ViaSwiftUtils.podspec.json
blobcc6b54958b37a1408327ce5414bdb3831f60ef2f
2   "name": "ViaSwiftUtils",
3   "version": "2.1.0",
4   "summary": "Swift Utilities written with and for Viacom Inc.",
5   "description": "Goodie box of small helper functions/extensions used in many Swift Apps at Viacom",
6   "homepage": "https://github.com/ViacomInc/ViaSwiftUtils",
7   "license": {
8     "type": "Apache License, Version 2.0"
9   },
10   "authors": {
11     "Konrad Feiler": "konrad.feiler@vimn.com"
12   },
13   "source": {
14     "git": "https://github.com/ViacomInc/ViaSwiftUtils.git",
15     "tag": "2.1.0"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "ios": {
24     "source_files": "Sources/ViaSwiftUtils/**/*"
25   },
26   "osx": {
27     "source_files": "Sources/ViaSwiftUtils/Foundation/*"
28   },
29   "watchos": {
30     "source_files": "Sources/ViaSwiftUtils/Foundation/*"
31   },
32   "tvos": {
33     "source_files": "Sources/ViaSwiftUtils/Foundation/*"
34   }