[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 1 / a / PushFramework / 0.0.1 / PushFramework.podspec.json
blob3f6efd48745207012f655e9d4989e3ac589be8c1
2   "name": "PushFramework",
3   "version": "0.0.1",
4   "summary": "Sample framework to support APNs Services PushFramework.",
5   "description": "Provide the feature for Apple push notification.",
6   "homepage": "https://github.com/abhishek1631/AppPushFramework",
7   "license": "MIT",
8   "authors": {
9     "Abhishek Kumar": "abkumar@awesomemotive.com"
10   },
11   "platforms": {
12     "ios": "14.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/abhishek1631/AppPushFramework.git",
17     "tag": "0.0.1"
18   },
19   "ios": {
20     "frameworks": "UIKit"
21   },
22   "dependencies": {
23     "SwiftKeychainWrapper": [
25     ]
26   },
27   "source_files": "PushFramework/**/*.{swift}",
28   "swift_versions": "5.0",
29   "swift_version": "5.0"