blob: 72341201f1080ed760d849782603ce95ac6cc6d7 [file] [log] [blame]
{
"name": "AGImageChecker",
"version": "1.0.0",
"platforms": {
"ios": null
},
"summary": "Light library to visually check your app images.",
"homepage": "https://github.com/angelolloqui/AGImageChecker",
"authors": "Angel G. Olloqui",
"license": "BSD",
"source": {
"git": "https://github.com/angelolloqui/AGImageChecker.git",
"tag": "1.0.0"
},
"source_files": [
"src/*.{h,m}",
"src/categories/*.{h,m}",
"src/UI/*.{h,m}",
"src/plugins/*.{h,m}"
],
"resources": "src/UI/**/*.png",
"requires_arc": true,
"subspecs": [
{
"name": "Dropbox",
"source_files": [
"src/plugins/dropbox/*.{h,m}",
"src/plugins/dropbox/fixes/*.{h,m}"
],
"dependencies": {
"Dropbox-iOS-SDK": [
]
},
"frameworks": "QuartzCore"
},
{
"name": "Base",
"source_files": "src/plugins/base/**/*.{h,m}",
"frameworks": "QuartzCore"
}
]
}