[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 7 / 9 / Traffic / 0.1.0 / Traffic.podspec.json
blob4a2ddabcf4095889fe2629ef9e2d10163b6e5359
2   "name": "Traffic",
3   "version": "0.1.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.1.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