[Add] YSRTCLiveAVKitSDK 1.0.2
[CocoaPods.git] / Specs / 5 / 2 / 0 / Swift_X / 0.0.2 / Swift_X.podspec.json
blob8b95954a576904583ccfd8b7ab7bf76c1f0e3857
2   "name": "Swift_X",
3   "version": "0.0.2",
4   "summary": "A collection of useful Swift Extensions.",
5   "description": "This repository provide all kinds of extensions for Swift developer",
6   "homepage": "https://github.com/imWalsh/Swift_Extensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Walsh": "wshjay@live.cn"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": [
18     "4.0",
19     "4.2",
20     "5.0"
21   ],
22   "source": {
23     "git": "https://github.com/imWalsh/Swift_Extensions.git",
24     "tag": "0.0.2"
25   },
26   "source_files": [
27     "Swift_Extensions",
28     "Extension/*.swift"
29   ],
30   "ios": {
31     "frameworks": [
32       "Foundation",
33       "UIKit",
34       "CFNetwork",
35       "Accelerate"
36     ]
37   },
38   "requires_arc": true,
39   "swift_version": "5.0"