[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 4 / d / 5 / NetworkingServiceKit / 0.9.0 / NetworkingServiceKit.podspec.json
blob874d7a41a4d08f696587e9e6011d67d0e5b0c328
2   "name": "NetworkingServiceKit",
3   "version": "0.9.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "darkzlave": "phillipe@makespace.com"
13   },
14   "source": {
15     "git": "https://github.com/makingspace/NetworkingServiceKit.git",
16     "tag": "0.9.0"
17   },
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"
22   },
23   "platforms": {
24     "ios": "9.0"
25   },
26   "source_files": "NetworkingServiceKit/Classes/**/*",
27   "dependencies": {
28     "Alamofire": [
30     ],
31     "AlamofireImage": [
33     ],
34     "CryptoSwift": [
36     ],
37     "SwiftyJSON": [
39     ]
40   },
41   "pushed_with_swift_version": "3.0"