[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / 6 / LibraryTemplate / 0.0.1 / LibraryTemplate.podspec.json
blob3d8352c78eb28fbffda7bfe881fee81f0b281c27
2   "name": "LibraryTemplate",
3   "version": "0.0.1",
4   "summary": "iOS cross-platform Library Template",
5   "description": "iOS cross-platform Libary Template.\nSupports iOS, watchOS, tvOS, macOS platforms.\nCompatible with CocoaPods, Carthage, SwiftPM.",
6   "homepage": "https://github.com/kitaisreal/LibraryTemplate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kitaisreal": "kitaetoya@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kitaisreal/LibraryTemplate.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.9",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "source_files": "Sources/**/*.swift",
25   "swift_versions": "5.0",
26   "swift_version": "5.0"