blob: 50f3771652bca920e41f066ec69fb540038d61a3 [file] [log] [blame]
{
"name": "PBKit",
"version": "0.2.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.2.0"
},
"social_media_url": "https://weibo.com/galenlin",
"platforms": {
"ios": "7.0"
},
"dependencies": {
"Pbind": [
]
},
"subspecs": [
{
"name": "PBDropdownMenu",
"source_files": "PBKit/Classes/PBDropdownMenu/**/*"
}
]
}