blob: 75e40f202a1a83d367a748924c2353d5825ebb52 [file] [log] [blame]
{
"name": "FXColorSpace",
"version": "0.0.2",
"summary": "High level image pixels enumeration library",
"description": " Library allows You easy iterate through UIImage pixel as any other high level container.\n",
"homepage": "https://github.com/nut-code-monkey/FXColorSpace",
"license": "MIT",
"authors": {
"Max Lunin": "nut.code.monkey@gmail.com"
},
"platforms": {
"ios": "4.3"
},
"source": {
"git": "https://github.com/nut-code-monkey/FXColorSpace.git",
"tag": "0.0.2"
},
"source_files": [
"FXColorSpace",
"FXColorSpace/FXColorSpace/**/*.{h,m}"
],
"frameworks": "CoreGraphics",
"requires_arc": true
}