[Add] OctopusSDK 1.6.1.23
[CocoaPods.git] / Specs / 6 / 8 / b / MSRoutes / 1.2.2 / MSRoutes.podspec.json
blobdf76231036ff37d57b9581a353577c56e2b6aba4
2   "name": "MSRoutes",
3   "version": "1.2.2",
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.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "MSRoutes/MSRoutes.h",
20   "subspecs": [
21     {
22       "name": "Routes",
23       "source_files": "MSRoutes/Routes/**/*.{c,m,h,swift}",
24       "dependencies": {
25         "MSRoutes/RouteFinder": [
27         ]
28       }
29     },
30     {
31       "name": "RouteFinder",
32       "source_files": "MSRoutes/RouteFinder/**/*.{c,m,h,swift}",
33       "dependencies": {
34         "JLRoutes": [
36         ]
37       }
38     }
39   ]