blob: 1a4226d9b1996b8d0ea90f5b24e4ea32b99e7327 [file] [log] [blame]
{
"name": "PYImageKit",
"version": "1.0.3",
"summary": "The image part of PYUIKit in old ipy project.",
"homepage": "https://github.com/littlepush/PYImageKit",
"license": {
"type": "LGPLv3",
"file": "LICENSE"
},
"authors": {
"Push Chen": "littlepush@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/littlepush/PYImageKit.git",
"tag": "1.0.3"
},
"source_files": "PYImageKit/*.{h,m}",
"frameworks": [
"QuartzCore",
"CoreImage"
],
"requires_arc": true,
"dependencies": {
"PYCore": [
],
"PYUIKit": [
],
"PYControllers": [
]
}
}