blob: 515123635b5557843c8c43470934b80372b590f0 [file] [log] [blame]
{
"name": "ProatomicNotificationExtension",
"version": "0.1.6",
"summary": "A description of ProatomicNotificationExtension.",
"description": "Proatomic notifications extensions for iOS. This works only with iOS 10 and newer",
"homepage": "http://proatomicdev.com/",
"license": {
"text": "Copyright 2019 Proatomic",
"type": "Copyright"
},
"authors": {
"Guillermo Sáenz": "gsaenz@proatomicdev.com"
},
"source": {
"git": "https://github.com/ProAtomic/ProatomicNotificationExtension.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "9.3"
},
"frameworks": [
"UIKit",
"Foundation"
],
"default_subspecs": [
"ProatomicServiceExtension"
],
"subspecs": [
{
"name": "ProatomicServiceExtension",
"vendored_frameworks": [
"ProatomicServiceExtension/Frameworks/ProatomicServiceExtension-Release-iphoneuniversal/ProatomicServiceExtension.framework"
]
}
]
}