[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / e / 7 / 9 / Traffic / 0.6.0 / Traffic.podspec.json
blob6268e7367a5ca60e8b92eb39015eb356fc6863cd
2   "name": "Traffic",
3   "version": "0.6.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": "9.0",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/jilouc/Traffic.git",
19     "tag": "0.6.0"
20   },
21   "requires_arc": true,
22   "prefix_header_contents": "#ifndef TARGET_OS_IOS\n  #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n#ifndef TARGET_OS_WATCH\n  #define TARGET_OS_WATCH 0\n#endif\n#ifndef TARGET_OS_TV\n  #define TARGET_OS_TV 0\n#endif",
23   "subspecs": [
24     {
25       "name": "Core",
26       "platforms": {
27         "ios": "9.0",
28         "watchos": "2.0"
29       },
30       "source_files": [
31         "Traffic/*.{h,m}",
32         "Private/**/*.{h,m}"
33       ],
34       "public_header_files": "Traffic/*.h"
35     },
36     {
37       "name": "UIKit",
38       "platforms": {
39         "ios": "9.0"
40       },
41       "public_header_files": "Traffic/UIKit/*.h",
42       "source_files": "Traffic/UIKit",
43       "dependencies": {
44         "Traffic/Core": [
46         ]
47       }
48     }
49   ]