blob: 7a4ef00bae20e9261931b006ab9734922b237a17 [file] [log] [blame]
{
"name": "WZUUID",
"version": "2.1.0",
"summary": "唯一标示组件kit",
"description": "深圳我主良缘有限公司,iOS项目唯一标示组件.",
"homepage": "https://github.com/WZLYiOS/WZUUID",
"license": "MIT",
"authors": {
"xiaobin liu": "327847390@qq.com"
},
"source": {
"git": "https://github.com/WZLYiOS/WZUUID.git",
"tag": "2.1.0"
},
"requires_arc": true,
"static_framework": true,
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Source",
"subspecs": [
{
"name": "Source",
"source_files": "WZUUID/Classes/*.swift",
"dependencies": {
"KeychainAccess": [
"~> 3.2.0"
]
}
},
{
"name": "Binary",
"vendored_frameworks": "Carthage/Build/iOS/Static/WZUUID.framework",
"dependencies": {
"KeychainAccess": [
"~> 3.2.0"
]
},
"user_target_xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)"
}
}
],
"swift_version": "5.0"
}