[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / b / MSRoutes / 1.2.1 / MSRoutes.podspec.json
blob1517da19699355630a5c82a0581aef9885a9b8a7
2   "name": "MSRoutes",
3   "version": "1.2.1",
4   "summary": "Enhanced version of JLRoutes.",
5   "description": "Based on JLRoutes.\nAdded UIViewControllerRoute protocol.\nAdded MSRouteItem, every module can have a lot of module-based items and then let the module-loader load the items in JLRoutes",
6   "homepage": "https://github.com/aelam/MSRoutes",
7   "license": "MIT",
8   "authors": {
9     "Ryan Wang": "wanglun02@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/aelam/MSRoutes.git",
13     "tag": "1.2.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "JLRoutes": [
23     ]
24   }