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