blob: f8176b380cea1b92006c739b7a2127f08dd0f7d5 [file] [log] [blame]
{
"name": "PYImageKit",
"version": "1.0.7",
"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.7"
},
"source_files": "PYImageKit/*.{h,m}",
"frameworks": [
"QuartzCore",
"CoreImage"
],
"requires_arc": true,
"dependencies": {
"PYCore": [
],
"PYUIKit": [
],
"PYControllers": [
]
}
}