blob: 874d7a41a4d08f696587e9e6011d67d0e5b0c328 [file] [log] [blame]
{
"name": "NetworkingServiceKit",
"version": "0.9.0",
"summary": "A service layer of networking microservices for iOS.",
"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.",
"homepage": "https://github.com/makingspace/NetworkingServiceKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"darkzlave": "phillipe@makespace.com"
},
"source": {
"git": "https://github.com/makingspace/NetworkingServiceKit.git",
"tag": "0.9.0"
},
"social_media_url": "https://twitter.com/darkzlave",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG",
"OTHER_SWIFT_FLAGS[config=Staging]": "-D STAGING"
},
"platforms": {
"ios": "9.0"
},
"source_files": "NetworkingServiceKit/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"AlamofireImage": [
],
"CryptoSwift": [
],
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}