[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 3 / d / MoyaSand / 0.0.1 / MoyaSand.podspec.json
blobd817481754ef825e349a552d5aaad88d362d5375
2   "name": "MoyaSand",
3   "version": "0.0.1",
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.1"
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"