[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / b / ViaSwiftUtils / 1.0.2 / ViaSwiftUtils.podspec.json
blob7737b8abd141b77d64d6fdb8cf843d3b6fa049c1
2   "name": "ViaSwiftUtils",
3   "version": "1.0.2",
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": "1.0.2"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.11",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "ios": {
25     "source_files": "Sources/ViaSwiftUtils/**/*"
26   },
27   "osx": {
28     "source_files": "Sources/ViaSwiftUtils/Foundation/*"
29   },
30   "watchos": {
31     "source_files": "Sources/ViaSwiftUtils/Foundation/*"
32   },
33   "tvos": {
34     "source_files": "Sources/ViaSwiftUtils/Foundation/*"
35   },
36   "pushed_with_swift_version": "3.1"