blob: 5d83296d1809abe8131d57b4db1cb6554a4d40d1 [file] [log] [blame]
{
"name": "SwiftNotification",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftNotification/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
}
}