blob: ab6ba0d7397b25b1a50bdbaaae86a0155767d910 [file] [log] [blame]
{
"name": "SwifTools",
"version": "1.0.2",
"summary": "A Swift Framework that serves as a development toolbox.",
"description": "A Swift Framework that serves as a development toolbox. Handles things like constraints, Touch ID,\nand Home Screen Quick Actions.",
"homepage": "https://github.com/ESGIProjects/SwifTools",
"license": "BSD",
"authors": {
"Jason Pierna": "jasonpierna7@gmail.com",
"Kévin Le": "kevints.le@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ESGIProjects/SwifTools.git",
"tag": "1.0.2"
},
"source_files": [
"SwifTools",
"SwifTools/**/*.{h,m,swift}"
],
"exclude_files": "SwifTools/SwifToolsTests/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"pushed_with_swift_version": "3.0"
}