[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / 5 / MGAWSSNSManagerSwift / 1.0.0 / MGAWSSNSManagerSwift.podspec.json
blob5503906c9ef254d64ae46487f476d5b05725d078
2   "name": "MGAWSSNSManagerSwift",
3   "version": "1.0.0",
4   "summary": "封裝使用 aws 的 simple notification service.",
5   "description": "由於目前 aws 官方上面的文件講解不太完全, 因此在接入 simple notification service 推播服務時遇到較大的困難, 這邊從頭到尾將接入的方式記錄下來, 並且封裝了接入的code方便使用",
6   "homepage": "https://github.com/MagicalWater/MGAwsSnsManagerSwift",
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/MGAwsSnsManagerSwift.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "MGAwsSnsManagerSwift/MGAwsSnsManagerSwift/Classes/*.{swift}",
22   "resources": "MGAwsSnsManagerSwift/MGAwsSnsManagerSwift/Classes/mgawssnsconfig.txt",
23   "frameworks": [
24     "Foundation",
25     "UserNotifications"
26   ],
27   "dependencies": {
28     "AWSCore": [
29       "~> 2.6.31"
30     ],
31     "AWSSNS": [
32       "~> 2.6.31"
33     ],
34     "AWSCognito": [
35       "~> 2.6.31"
36     ]
37   }