blob: 2bfe4b7b9b8fcb7ef210e7f74f40f60a6cbfafbe [file] [log] [blame]
{
"name": "MGAWSSNSManagerSwift",
"version": "0.0.2",
"summary": "封裝使用 aws 的 simple notification service.",
"description": "由於目前 aws 官方上面的文件講解不太完全, 因此在接入 simple notification service 推播服務時遇到較大的困難, 這邊從頭到尾將接入的方式記錄下來, 並且封裝了接入的code方便使用",
"homepage": "https://github.com/MagicalWater/MGAwsSnsManagerSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MagicalWater": "crazydennies@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/MagicalWater/MGAwsSnsManagerSwift.git",
"tag": "0.0.2"
},
"source_files": "MGAwsSnsManagerSwift/MGAwsSnsManagerSwift/Classes/*.{swift}",
"resources": "MGAwsSnsManagerSwift/MGAwsSnsManagerSwift/Classes/mgawssnsconfig.txt",
"frameworks": [
"Foundation",
"UserNotifications"
],
"dependencies": {
"AWSCore": [
"~> 2.6.29"
],
"AWSSNS": [
"~> 2.6.29"
],
"AWSCognito": [
"~> 2.6.29"
],
"MGUtilsSwift": [
]
}
}