blob: 1c39f8eeb7895404fc3893b074cf4910eee0ae35 [file] [log] [blame]
{
"name": "PYUIKit",
"version": "0.9.8",
"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": "5.0"
},
"source": {
"git": "https://github.com/littlepush/PYUIKit.git",
"tag": "0.9.8"
},
"source_files": [
"PYUIKit/*.{h,m}",
"PYUIKit/**/*.{h,m}"
],
"frameworks": [
"ImageIO",
"CoreImage"
],
"requires_arc": true,
"dependencies": {
"PYCore": [
"~> 0.9"
]
}
}