blob: 6e08c7b45a8436f71227b7143feec5b18b079c1a [file] [log] [blame]
{
"name": "ARNotification",
"version": "0.1.1",
"summary": "Lightweight notification for iOS written in Swift",
"homepage": "https://github.com/ArtemovRM/ARNotification.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roman Artemov": "rm.artemov@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ArtemovRM/ARNotification.git",
"tag": "0.1.1"
},
"source_files": "Classes/*.{swift}",
"resources": "Resources/*.{xib,xcassets,bundle}",
"frameworks": "Foundation",
"requires_arc": true
}