[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / 9 / d / JLRoutes / 2.0 / JLRoutes.podspec.json
blob18ee00d41d8e7e2b8317358aba55297036cfafe3
2   "name": "JLRoutes",
3   "version": "2.0",
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": "2.0"
13   },
14   "source_files": [
15     "JLRoutes",
16     "JLRoutes/*.{h,m}",
17     "JLRoutes/Classes/*.{h,m}"
18   ],
19   "frameworks": "Foundation",
20   "requires_arc": true,
21   "platforms": {
22     "ios": "7.0",
23     "osx": "10.9",
24     "tvos": "9.0"
25   }