[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / 5 / MGAWSSNSManagerSwift / 0.0.1 / MGAWSSNSManagerSwift.podspec.json
blob8b3ee250854cc312f186937c46346265132cd3b9
2   "name": "MGAWSSNSManagerSwift",
3   "version": "0.0.1",
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": "0.0.1"
20   },
21   "source_files": "MGAWSSNSManagerSwift/MGAWSSNSManagerSwift/Classes/*.{swift}",
22   "resources": "MGAWSSNSManagerSwift/MGAWSSNSManagerSwift/Classes/mgawssnsconfig.txt",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "AWSCore": [
26       "~> 2.6.29"
27     ],
28     "AWSSNS": [
29       "~> 2.6.29"
30     ],
31     "AWSCognito": [
32       "~> 2.6.29"
33     ],
34     "MGUtilsSwift": [
36     ]
37   }