[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 2 / 0 / Swift_X / 0.0.3 / Swift_X.podspec.json
blob2453e838976ea3cecac36282a924b76dc3996955
2   "name": "Swift_X",
3   "version": "0.0.3",
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_X",
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_X.git",
24     "tag": "0.0.3"
25   },
26   "source_files": "Extension/*.swift",
27   "ios": {
28     "frameworks": [
29       "Foundation",
30       "UIKit",
31       "CFNetwork",
32       "Accelerate"
33     ]
34   },
35   "requires_arc": true,
36   "swift_version": "5.0"