[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / e / 7 / 9 / Traffic / 0.5.0 / Traffic.podspec.json
blob505030b64b9b45f3177b1fc13b9a05ab5d14eefa
2   "name": "Traffic",
3   "version": "0.5.0",
4   "summary": "Simple and powerful URL routing library to easily handle incoming URLs in your app.",
5   "homepage": "https://github.com/jilouc/Traffic",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "jldagon": "jldagon@cocoapps.fr"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/jilouc/Traffic.git",
18     "tag": "0.5.0"
19   },
20   "source_files": [
21     "Traffic",
22     "Traffic/**/*.{h,m}",
23     "Private/**/*.{h,m}"
24   ],
25   "public_header_files": "Traffic/**/*.h",
26   "requires_arc": true