blob: 116531a936dd12e1954d2cd425cab8bcdc51625f [file] [log] [blame]
{
"name": "SystemSounds",
"version": "1.0.0",
"summary": "An iOS System Sounds Player Framework.",
"description": "SystemSounds is an iOS System Sounds Player Framework.",
"homepage": "https://github.com/Meniny/SystemSounds",
"license": "MIT",
"authors": {
"Meniny": "Meniny@qq.com"
},
"source": {
"git": "https://github.com/Meniny/SystemSounds.git",
"tag": "1.0.0"
},
"social_media_url": "http://meniny.cn/",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": [
"SystemSounds/**/*{.swift}",
"SystemSounds/**/*{.h}"
],
"public_header_files": "SystemSounds/**/*{.h}",
"ios": {
"frameworks": [
"Foundation",
"AudioToolbox",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AudioToolbox"
]
},
"pushed_with_swift_version": "3.0"
}