blob: 5a9128ca1a0f27745a45a0f4ccd6618863b5f116 [file] [log] [blame]
{
"name": "SwiftNotification",
"version": "1.0.5",
"summary": "A simple SDK to create different notifications after iOS 10.0",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/minyingwu/SwiftNotification",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"minyingwu": "minyingwu123@gmail.com"
},
"source": {
"git": "https://github.com/minyingwu/SwiftNotification.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftNotification/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
}
}