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