blob: 3dbf39fcb5071dc9897e5f0cb34b3c0ed6d9da89 [file] [log] [blame]
{
"name": "SYImageColorTools",
"version": "0.1.2",
"license": "Custom",
"summary": "It s always a hassle to get pixel information of an UIImage. Let s remedy that",
"homepage": "https://github.com/dvkch/SYImageColorTools",
"authors": {
"Stan Chevallier": "contact@syan.me"
},
"source": {
"git": "https://github.com/dvkch/SYImageColorTools.git",
"tag": "0.1.2"
},
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Classes/*.{h,m}",
"subspecs": [
{
"name": "GPUImage",
"source_files": [
"Classes/*.{h,m}",
"Classes/GPUImage/*.{h.m}"
]
}
]
}