[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / f / TimedSilver / 1.0.0 / TimedSilver.podspec.json
blobc1bb96b9358bbf508621098e3b1053ec9868497f
2   "name": "TimedSilver",
3   "version": "1.0.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.0.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   "pushed_with_swift_version": "3.0"