[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 3 / d / MoyaSand / 0.0.2 / MoyaSand.podspec.json
blob80f5e7743df6dfc3674d3a3de851d6f5d9092529
2   "name": "MoyaSand",
3   "version": "0.0.2",
4   "summary": "Moya extensions for moving parsing logic out of completion blocks.",
5   "description": "MoyaSand works with the Moya networking abstraction framework to encapsulate the final steps and do parsing of the response before invoking completion blocks. This can keep the call site decluttered, as well as let the TargetType always specify how to parse calls to its endpoint.",
6   "homepage": "https://github.com/mike-sand/MoyaSand",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mike-sand": "git@mikesand.com"
13   },
14   "source": {
15     "git": "https://github.com/mike-sand/MoyaSand.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MoyaSand/Classes/**/*",
22   "dependencies": {
23     "Moya": [
25     ]
26   },
27   "pushed_with_swift_version": "3.0"