[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 7 / 9 / Traffic / 0.4.2 / Traffic.podspec.json
blob598ec0d971067ba0016c09abdde697f50012b84e
2   "name": "Traffic",
3   "version": "0.4.2",
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.4.2"
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