[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 6 / a / c / SCTE35 / 1.0.5 / SCTE35.podspec.json
blobc9a954364c19dfa382d059f857649a57b1e80603
2   "name": "SCTE35",
3   "version": "1.0.5",
4   "summary": "SCTE Library for Swift.",
5   "description": "Converts hex strings and base64 strings into SCTE 35 Objects per the specifications at https://www.scte.org/SCTEDocs/Standards/SCTE%2035%202016.pdf",
6   "homepage": "https://realeyes.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Joe Lucero": "joe.lucero@realeyes.com"
13   },
14   "source": {
15     "git": "https://github.com/realeyes-media/scte35-swift",
16     "branch": "master",
17     "tag": "1.0.5"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "tvos": "10.0"
22   },
23   "swift_versions": "5.0",
24   "requires_arc": true,
25   "source_files": [
26     "SCTE35-SwiftLibrary",
27     "SCTE35-SwiftLibrary/HelperConverter/*.swift",
28     "SCTE35-SwiftLibrary/**/*.{h,m,swift}",
29     "SharedResources/**/*.swift"
30   ],
31   "swift_version": "5.0"