blob: 0db016483c8848d0d72eb795b3bb1cd0a2ff3500 [file] [log] [blame]
{
"name": "SFAlertController",
"version": "0.1.3",
"summary": "仿系统的UIAlertController,增加弹出自定义View功能.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/coderflower/SFAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"花菜": "developer.swifter@gmail.com"
},
"source": {
"git": "https://github.com/coderflower/SFAlertController",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "SFAlertController/Classes/**/*",
"static_framework": true,
"default_subspecs": "Source",
"swift_version": "5.0",
"subspecs": [
{
"name": "Source",
"source_files": "SFAlertController/**/*.{h,m,swift}"
},
{
"name": "Binary",
"vendored_frameworks": "Carthage/Build/iOS/Static/SFAlertController.framework",
"user_target_xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)"
}
}
]
}