blob: 32f684fdcdae45eb600fcfb0827d9226b6f77471 [file] [log] [blame]
{
"name": "GPKit",
"version": "0.1.6",
"summary": "A framework for your production iOS development.",
"description": "GPKit is a framework that basically has some of the most commonly used utilities or categories in building iOS projects.",
"homepage": "https://github.com/glennposadas/gpkit-ios",
"license": "MIT License",
"authors": {
"Glenn Posadas": "admin@glennvon.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/glennposadas/gpkit-ios.git",
"branch": "Swift-4.0",
"tag": "0.1.6"
},
"source_files": [
"GPKit",
"GPKit/**/*.{swift}"
],
"resources": "GPKit/**/*.{xib}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"pushed_with_swift_version": "4.0"
}