2 "name": "NetworkingServiceKit",
4 "summary": "A service layer of networking microservices for iOS.",
5 "description": "NetworkingServiceKit is the reincarnation of the standard iOS monolith api client. Using a modular approach to services, the framework enables the user to select which services they will need to have running. Also, NetworkingServiceKit takes a different approach when it comes to using Network Clients like AFNetworking/Alamofire. All requests are routed through a protocol, which makes the library loosely coupled from the networking implementation.",
6 "homepage": "https://github.com/makingspace/NetworkingServiceKit",
12 "darkzlave": "phillipe@makespace.com"
15 "git": "https://github.com/makingspace/NetworkingServiceKit.git",
18 "social_media_url": "https://twitter.com/darkzlave",
19 "pod_target_xcconfig": {
20 "OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG",
21 "OTHER_SWIFT_FLAGS[config=Staging]": "-D STAGING"
26 "default_subspecs": "Core",
27 "pushed_with_swift_version": "4.0",
31 "source_files": "NetworkingServiceKit/Classes/**/*",
42 "name": "ReactiveSwift",
44 "NetworkingServiceKit/Classes/**/*",
45 "NetworkingServiceKit/ReactiveSwift/*"