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