[Add] YSRTCLiveAVKitSDK 1.0.2
[CocoaPods.git] / Specs / 5 / 6 / f / SwiftyCast / 1.0.0 / SwiftyCast.podspec.json
blob801fee9b780efb739f548eb49d0669e817bc1f73
2   "name": "SwiftyCast",
3   "version": "1.0.0",
4   "summary": "Object to UnsafeRawPointer Casting",
5   "description": "A lightweight framework for easily casting objects to and from UnsafeRawPointer types in iOS, macOS, tvOS, and watchOS.",
6   "homepage": "https://github.com/SomeRandomiOSDev/SwiftyCast",
7   "license": "MIT",
8   "authors": {
9     "Joseph Newton": "somerandomiosdev@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10",
14     "tvos": "9.0",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/SomeRandomiOSDev/SwiftyCast.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "SwiftyCast/**/*.swift",
22   "frameworks": "Foundation",
23   "requires_arc": true,
24   "swift_versions": [
25     "4.0",
26     "4.2",
27     "5.0"
28   ],
29   "cocoapods_version": ">= 1.7.3",
30   "swift_version": "5.0"