blob: fd8a3aaa2247a262af3a2601d693c87dd127c7c4 [file] [log] [blame]
{
"name": "SwiftPals",
"version": "0.1.0",
"summary": "Helpers and Extension for Swift and UIKit.",
"description": "This pod includes helper functions and extension which are common in any swift project",
"homepage": "https://github.com/wavesinclined/SwiftPals",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Jyotsna": "alice21aug@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/wavesinclined/SwiftPals.git",
"tag": "0.1.0"
},
"source_files": "SwiftPals/**/*.{h,m,swift}",
"swift_version": "4.2"
}