[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / f / TimedSilver / 1.1.0 / TimedSilver.podspec.json
blobab005e5dc369578ac44d5ecde5efc478b06bcb37
2   "name": "TimedSilver",
3   "version": "1.1.0",
4   "summary": "TimedSilver: A collection of swift extensions.",
5   "description": "All about swift extension, a collection of useful Swift extensions extending iOS Frameworks such as Foundation, UIKit, swift struct and so on. This would help you to quickly build your swift applications.",
6   "homepage": "https://github.com/hilen/TimedSilver",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hilen": "hilenkz@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hilen/TimedSilver.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "Sources/**/*.swift",
24     "Sources/*.{h,swift}"
25   ],
26   "frameworks": [
27     "Foundation",
28     "UIKit",
29     "QuartzCore",
30     "AVFoundation"
31   ],
32   "pod_target_xcconfig": {
33     "SWIFT_VERSION": "4.0"
34   },
35   "pushed_with_swift_version": "4.0"