[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 4 / 6 / Movver / 2.1.4 / Movver.podspec.json
blob5614847f0196df677dfdbed606b288e9a2e10fdf
2   "name": "Movver",
3   "version": "2.1.4",
4   "summary": "An implementation of MOVVER protocol with some helpers.",
5   "description": "This is an implementation of develapps MOVVER architecture. This is a clean architecture that tries to\nseparate responsibilities but without tons of boilerplate code. See the example for more.\n\nv2.1.0: Implements deep linking with routes",
6   "homepage": "https://github.com/develapps/movver-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pablo Romeu": "pablo.romeu@develapps.com"
13   },
14   "source": {
15     "git": "https://github.com/develapps/movver-ios.git",
16     "tag": "2.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "movver-ios/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.0"