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