[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 4 / 6 / Movver / 0.2.1 / Movver.podspec.json
blobf847d9142b979ba6a1fe5b04e96b62ca40c55baf
2   "name": "Movver",
3   "version": "0.2.1",
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.",
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": "0.2.1"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "movver-ios/Classes/**/*",
22   "frameworks": "UIKit"