blob: 8c88482c305ad3da3e5cbabb3531b711db3b7d93 [file] [log] [blame]
{
"name": "IVGResources",
"version": "1.0.0",
"summary": "Manage multiple versions of same resources",
"homepage": "https://github.com/ivygulch/IVGResources",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dwsjoquist": "dwsjoquist@sunetos.com"
},
"source": {
"git": "https://github.com/ivygulch/IVGResources.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "IVGResources/**/*{.h,.m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"IVGUtils": [
]
}
}