[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 3 / 5 / MGAWSSNSManager / 0.0.1 / MGAWSSNSManager.podspec.json
blobe7edea776393ed93b87bfbac6cd76ba261179bcb
2   "name": "MGAWSSNSManager",
3   "version": "0.0.1",
4   "summary": "封裝使用 aws 的 simple notification service.",
5   "description": "由於目前 aws 官方上面的文件講解不太完全, 因此在接入 simple notification service 推播服務時遇到較大的困難, 這邊從頭到尾將接入的方式記錄下來, 並且封裝了接入的code方便使用",
6   "homepage": "https://github.com/MagicalWater/MGAWSSNSManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MagicalWater": "crazydennies@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/MagicalWater/MGAWSSNSManager.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "MGAWSSNSManager/MGAWSSNSManager/Classes/*.{swift}",
22   "resources": "MGAWSSNSManager/MGAWSSNSManager/Classes/mgawssnsconfig.txt",
23   "frameworks": [
24     "Foundation",
25     "UserNotifications"
26   ],
27   "dependencies": {
28     "AWSCore": [
29       "~> 2.6.29"
30     ],
31     "AWSSNS": [
32       "~> 2.6.29"
33     ],
34     "AWSCognito": [
35       "~> 2.6.29"
36     ],
37     "MGUtilsSwift": [
39     ]
40   }