[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / a / FCPXMLCodable / 0.5.0 / FCPXMLCodable.podspec.json
blob146466c190fb766076e3c54f83faec1e319a96f1
2   "name": "FCPXMLCodable",
3   "version": "0.5.0",
4   "summary": "Swift framework for working with FCPXML, providing type-safe conversion using Codable.",
5   "homepage": "https://github.com/toddkramer/FCPXMLCodable",
6   "authors": "Todd Kramer",
7   "source": {
8     "git": "https://github.com/toddkramer/FCPXMLCodable.git",
9     "tag": "0.5.0"
10   },
11   "swift_versions": [
12     "5.1"
13   ],
14   "module_name": "FCPXMLCodable",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11",
18     "tvos": "9.0"
19   },
20   "source_files": "Sources/FCPXMLCodable/*.swift",
21   "dependencies": {
22     "XMLCoder": [
23       "0.8.0"
24     ]
25   },
26   "swift_version": "5.1"