blob: ab005e5dc369578ac44d5ecde5efc478b06bcb37 [file] [log] [blame]
{
"name": "TimedSilver",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"Sources/**/*.swift",
"Sources/*.{h,swift}"
],
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore",
"AVFoundation"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}