[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / 9 / d / JLRoutes / 1.6 / JLRoutes.podspec.json
blobf9d82e43918d7a3ade8277dd9ea360074b598e8a
2   "name": "JLRoutes",
3   "version": "1.6",
4   "summary": "URL routing library for iOS with a simple block-based API.",
5   "homepage": "https://github.com/joeldev/JLRoutes",
6   "license": "BSD 3-Clause \"New\" License",
7   "authors": {
8     "Joel Levin": "joel@joeldev.com"
9   },
10   "source": {
11     "git": "https://github.com/joeldev/JLRoutes.git",
12     "tag": "1.6"
13   },
14   "source_files": [
15     "JLRoutes",
16     "JLRoutes/*.{h,m}"
17   ],
18   "frameworks": "Foundation",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "7.0",
22     "osx": "10.9",
23     "tvos": "9.0"
24   }