blob: 8a8092573fdd7b467cba18ffd8f0684861eb76fd [file] [log] [blame]
{
"name": "SOAYBPopupMenu",
"version": "1.1.8",
"summary": "YBPopupMenu支持源码和 Framework",
"homepage": "http://github.com/josercc/YBPopupMenu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"josercc": "josercc@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://github.com/josercc/YBPopupMenu.git",
"tag": "1.1.8"
},
"frameworks": "UIKit",
"prepare_command": "touch Cartfile\necho 'git \"git@github.com:josercc/YBPopupMenu.git\" == 1.1.8' > Cartfile\nCarthage update --platform iOS",
"default_subspecs": "Source",
"subspecs": [
{
"name": "Source",
"source_files": "SOAYBPopupMenu Example/SOAYBPopupMenu/**/*.{h,m}"
},
{
"name": "Framework",
"vendored_frameworks": "Carthage/build/iOS/SOAYBPopupMenu.framework"
}
]
}