blob: 479dd9db4b8cbb7f1d4fbd1b4a7745ecd06fd47a [file] [log] [blame]
{
"name": "PBKit",
"version": "0.3.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.3.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/**/*"
}
]
}