blob: e3d5b81ef6e9872cb1d4597aaae9dac31fe0555f [file] [log] [blame]
{
"name": "GJImage",
"version": "0.1.1",
"license": "BSD",
"summary": "An open source iOS framework for GPU-based image and video processing.",
"homepage": "https://github.com/MuZiLee/GJImage",
"authors": {
"Brad Larson": "admin@sanshengit.com"
},
"source": {
"git": "https://github.com/MuZiLee/GJImage.git",
"tag": "0.1.1"
},
"source_files": [
"GJImage/*.{h,m}",
"GJImage/Filters/**/*.{h,m}",
"GJImage/Outputs/*.{h,m}",
"GJImage/Pipeline/*.{h,m}",
"GJImage/Sources/*.{h,m}",
"GJImageFilters/*.{h,m}"
],
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"OpenGLES",
"CoreMedia",
"CoreVideo",
"QuartzCore",
"AVFoundation"
]
},
"osx": {
"exclude_files": "GJImageFilters"
}
}