blob: 48c201bced78dfc3302cf3a07855d6366dd9142b [file] [log] [blame]
{
"name": "GJPG",
"version": "3.1.29",
"summary": "A test utility project.",
"description": "A test cocoapod for GJPG",
"homepage": "https://github.com/gabrielpjensen/GJPG",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gabriel": "gabriel@brainjelly.com"
},
"source": {
"git": "https://bitbucket.org/topothesia/gjpg",
"tag": "3.1.29"
},
"platforms": {
"ios": "9.1"
},
"subspecs": [
{
"name": "GJPGCore",
"source_files": "GJPG/Classes/**/*",
"resource_bundles": {
"GJPGDB": [
"GJPG/GJPGLX.framework/*.momd"
]
},
"ios": {
"vendored_frameworks": "GJPG/GJPGLX.framework"
}
}
]
}