[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 1 / 8 / a / NotifyAPNS / 4.1.1 / NotifyAPNS.podspec.json
blob0225cc538c17a0509ee697693ec66b0555791ab1
2   "name": "NotifyAPNS",
3   "version": "4.1.1",
4   "summary": "NotifyAPNS is a pod that allows for easy management of push notification services.",
5   "description": "NotifyAPNS is a pod that allows for easy management of push notification services. You can register, unregister, modify subscriptions, and modify custom fields. This is not (currently) meant for pushing.",
6   "homepage": "https://dev.azure.com/bushelpowered/cocoapods/_git/notifyapns",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alex Larson": "alarson@myriadmobile.com"
13   },
14   "source": {
15     "git": "https://bushelpowered@dev.azure.com/bushelpowered/cocoapods/_git/notifyapns",
16     "tag": "4.1.1"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": [
23     "NotifyAPNS/Classes/**/*",
24     "NotifyAPNS/PrivacyInfo/**/*"
25   ],
26   "dependencies": {
27     "Alamofire": [
28       ">= 5.0"
29     ],
30     "ObjectMapper": [
32     ]
33   },
34   "testspecs": [
35     {
36       "name": "Tests",
37       "test_type": "unit",
38       "source_files": "NotifyAPNS/Tests/**/*.swift"
39     }
40   ],
41   "swift_version": "5.0"