blob: 805a172ea85ae9825bf57abd2b6a44ff351218cf [file] [log] [blame]
{
"name": "PBKit",
"version": "0.5.1",
"summary": "UIKit with Pbind.",
"description": "A group of UI components that using Pbind which can simply configure layout and data source with Plist.",
"homepage": "https://github.com/wequick/PBKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"galenlin": "oolgloo.2012@gmail.com"
},
"source": {
"git": "https://github.com/wequick/PBKit.git",
"tag": "0.5.1"
},
"social_media_url": "https://weibo.com/galenlin",
"platforms": {
"ios": "7.0"
},
"dependencies": {
"Pbind": [
]
},
"subspecs": [
{
"name": "PBDropdownMenu",
"source_files": "PBKit/PBDropdownMenu/**/*"
},
{
"name": "PBImageView",
"source_files": "PBKit/PBImageView/**/*"
},
{
"name": "PBAnimation",
"source_files": "PBKit/PBAnimation/**/*"
}
]
}