blob: 703410feb215eccb258bd7a417389e5b8944b322 [file] [log] [blame]
{
"name": "TimedSilver",
"version": "1.2.0",
"summary": "TimedSilver: A collection of swift extensions.",
"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.",
"homepage": "https://github.com/hilen/TimedSilver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hilen": "hilenkz@gmail.com"
},
"source": {
"git": "https://github.com/hilen/TimedSilver.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"Sources/**/*.swift",
"Sources/*.{h,swift}"
],
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore",
"AVFoundation"
],
"swift_versions": "5.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_version": "5.0"
}