[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / c / f / TimedSilver / 0.1.1 / TimedSilver.podspec.json
blobb4faa539eb7d5c71167752a656e87b9ea06b0ad0
2   "name": "TimedSilver",
3   "version": "0.1.1",
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": "0.1.1"
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   ]