blob: 65d4de218a0d31ed97ff36df2a6369a1005e14a9 [file] [log] [blame]
{
"name": "IVGUtils",
"version": "1.0.0",
"summary": "Miscellaneous helper routines for iOS",
"homepage": "https://github.com/ivygulch/IVGUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dwsjoquist": "dwsjoquist@sunetos.com"
},
"source": {
"git": "https://github.com/ivygulch/IVGUtils.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "LibClasses/*{.h,.m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true
}