blob: a1325888ca6e41f2a83af6f4ca3aec483845e5ab [file] [log] [blame]
{
"name": "PYUIKit",
"version": "1.0.2",
"summary": "Make create UI more easily in iOS application",
"homepage": "https://github.com/littlepush/PYUIKit",
"license": {
"type": "LGPLv3",
"file": "LICENSE"
},
"authors": {
"Push Chen": "littlepush@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/littlepush/PYUIKit.git",
"tag": "1.0.2"
},
"source_files": [
"PYUIKit/*.{h,m}",
"PYUIKit/**/*.{h,m}"
],
"frameworks": [
"ImageIO",
"CoreImage",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"PYCore": [
]
}
}