[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 7 / 1 / PluggableAppDelegate / 1.3.0 / PluggableAppDelegate.podspec.json
blob3bd48b104a3511994067c663ffc7242b6acd8002
2   "name": "PluggableAppDelegate",
3   "version": "1.3.0",
4   "summary": "A lightweight service-oriented ApplicationDelegate for iOS, made in Swift.",
5   "description": "Using PluggableAppDelegate you separate AppDelegate from the services that you can plug to it. Each ApplicationService has its own life cycle that is shared with AppDelegate.",
6   "homepage": "https://github.com/pchelnikov/PluggableAppDelegate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Pchelnikov": "m.pchelnikov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/pchelnikov/PluggableAppDelegate.git",
16     "tag": "1.3.0"
17   },
18   "social_media_url": "https://twitter.com/pchelnikov",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "Sources/**/*.swift",
24   "swift_version": "5.0"