blob: 6162e988a497214b7efe99bbae64d094397ba9bf [file] [log] [blame]
{
"name": "PBKit",
"version": "0.4.0",
"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.4.0"
},
"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/**/*"
}
]
}